Color Hex Logo

#79764f Color Hex

#79764F
(121,118,79)
0 Favorites   0 Comments

Color spaces of #79764f

RGB 12111879
HSL0.150.210.39
HSV56°35°47°
CMYK 0.000.020.35   0.53
XYZ15.774917.58639.9602
Yxy17.58630.36410.4059
Hunter Lab41.9360-6.242415.2733
CIE-Lab48.9904-5.354821.9370

#79764f color RGB value is (121,118,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110110 01001111
Octal 171 166 117
Decimal 121 118 79
Hex 79 76 4F

RGB Percentages of Color #79764f

%38.05
%37.11
%24.84

CMYK Percentages of Color #79764f

%0
%2
%35
%53

Triadic Colors of #79764f

#79764f #4f7976 #764f79

Analogous Colors of #79764f

#79764f #67794f #79614f

Monochromatic Colors of #79764f

#79764f

Complementary Color

#79764f #4f5279

#79764f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79764f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79764f Color CSS Codes

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

#79764f Text Font Color

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

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


#79764f Background Color

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

This div background color is #79764f


#79764f Border Color

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

This div border color is #79764f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79764f


Comments

No comments written yet.

Please login to write comment.