Color Hex Logo

#79764d Color Hex

#79764D
(121,118,77)
0 Favorites   0 Comments

Color spaces of #79764d

RGB 12111877
HSL0.160.220.39
HSV56°36°47°
CMYK 0.000.020.36   0.53
XYZ15.703117.55769.5825
Yxy17.55760.36650.4098
Hunter Lab41.9018-6.433515.7723
CIE-Lab48.9551-5.619923.0298

#79764d color RGB value is (121,118,77).

#79764d hex color red value is 121, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #79764d hue: 0.16 , saturation: 0.22 and the lightness value of 79764d is 0.39.

The process color (four color CMYK) of #79764d color hex is 0.00, 0.02, 0.36, 0.53. Web safe color of #79764d is #666666. Color #79764d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110110 01001101
Octal 171 166 115
Decimal 121 118 77
Hex 79 76 4D

RGB Percentages of Color #79764d

%38.29
%37.34
%24.37

CMYK Percentages of Color #79764d

%0
%2
%36
%53

Triadic Colors of #79764d

#79764d #4d7976 #764d79

Analogous Colors of #79764d

#79764d #66794d #79604d

Monochromatic Colors of #79764d

#79764d

Complementary Color

#79764d #4d5079

#79764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79764d Color CSS Codes

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

#79764d Text Font Color

<p style="color:#79764d">Text here</p>

This sample text font color is #79764d
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.


#79764d Background Color

<div style="background-color:#79764d">
Div content here</div>

This div background color is #79764d


#79764d Border Color

<div style="border:3px solid #79764d">
Div here</div>

This div border color is #79764d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,118,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79764d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79764d;
  -webkit-box-shadow: 1px 1px 3px 2px #79764d;
  box-shadow:         1px 1px 3px 2px #79764d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79764d


Comments

No comments written yet.

Please login to write comment.