Color Hex Logo

#79826e Color Hex

#79826E
(121,130,110)
0 Favorites   0 Comments

Color spaces of #79826e

RGB 121130110
HSL0.240.080.47
HSV87°15°51°
CMYK 0.070.000.15   0.49
XYZ18.682321.156017.8507
Yxy21.15600.32380.3667
Hunter Lab45.9957-7.99019.1868
CIE-Lab53.1198-7.21539.7105

#79826e color RGB value is (121,130,110).

#79826e hex color red value is 121, green value is 130 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #79826e hue: 0.24 , saturation: 0.08 and the lightness value of 79826e is 0.47.

The process color (four color CMYK) of #79826e color hex is 0.07, 0.00, 0.15, 0.49. Web safe color of #79826e is #669966. Color #79826e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000010 01101110
Octal 171 202 156
Decimal 121 130 110
Hex 79 82 6E

RGB Percentages of Color #79826e

%33.52
%36.01
%30.47

CMYK Percentages of Color #79826e

%7
%0
%15
%49

Triadic Colors of #79826e

#79826e #6e7982 #826e79

Analogous Colors of #79826e

#79826e #6f826e #82816e

Monochromatic Colors of #79826e

#79826e

Complementary Color

#79826e #776e82

#79826e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79826e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79826e Color CSS Codes

.mybgcolor {background-color:#79826e; } 
.myforecolor {color:#79826e; }
.mybordercolor {border:3px solid #79826e; }

#79826e Text Font Color

<p style="color:#79826e">Text here</p>

This sample text font color is #79826e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#79826e Background Color

<div style="background-color:#79826e">
Div content here</div>

This div background color is #79826e


#79826e Border Color

<div style="border:3px solid #79826e">
Div here</div>

This div border color is #79826e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,130,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79826e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79826e;
  -webkit-box-shadow: 1px 1px 3px 2px #79826e;
  box-shadow:         1px 1px 3px 2px #79826e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,130,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #79826e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #79826e;
  -webkit-box-shadow: 1px 1px 3px 2px #79826e;
  box-shadow:         1px 1px 3px 2px #79826e;">
Div content here</div>

This div box has shadow with color #79826e


Comments

No comments written yet.

Please login to write comment.