Color Hex Logo

#79710f Color Hex

#79710F
(121,113,15)
0 Favorites   0 Comments

Color spaces of #79710f

RGB 12111315
HSL0.150.780.27
HSV55°88°47°
CMYK 0.000.070.88   0.53
XYZ13.876515.90972.7914
Yxy15.90970.42600.4884
Hunter Lab39.8870-7.702823.7716
CIE-Lab46.8558-7.650649.3994

#79710f color RGB value is (121,113,15).

#79710f hex color red value is 121, green value is 113 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #79710f hue: 0.15 , saturation: 0.78 and the lightness value of 79710f is 0.27.

The process color (four color CMYK) of #79710f color hex is 0.00, 0.07, 0.88, 0.53. Web safe color of #79710f is #666600. Color #79710f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110001 00001111
Octal 171 161 17
Decimal 121 113 15
Hex 79 71 F

RGB Percentages of Color #79710f

%48.59
%45.38
%6.02

CMYK Percentages of Color #79710f

%0
%7
%88
%53

Triadic Colors of #79710f

#79710f #0f7971 #710f79

Analogous Colors of #79710f

#79710f #4c790f #793c0f

Monochromatic Colors of #79710f

#79710f

Complementary Color

#79710f #0f1779

#79710f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79710f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79710f Color CSS Codes

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

#79710f Text Font Color

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

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


#79710f Background Color

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

This div background color is #79710f


#79710f Border Color

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

This div border color is #79710f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79710f


Comments

No comments written yet.

Please login to write comment.