Color Hex Logo

#79711f Color Hex

#79711F
(121,113,31)
0 Favorites   0 Comments

Color spaces of #79711f

RGB 12111331
HSL0.150.590.30
HSV55°74°47°
CMYK 0.000.070.74   0.53
XYZ14.037615.97413.6398
Yxy15.97410.41710.4747
Hunter Lab39.9676-7.249822.5779
CIE-Lab46.9405-7.000744.0909

#79711f color RGB value is (121,113,31).

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

The process color (four color CMYK) of #79711f color hex is 0.00, 0.07, 0.74, 0.53. Web safe color of #79711f is #666633. Color #79711f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110001 00011111
Octal 171 161 37
Decimal 121 113 31
Hex 79 71 1F

RGB Percentages of Color #79711f

%45.66
%42.64
%11.70

CMYK Percentages of Color #79711f

%0
%7
%74
%53

Triadic Colors of #79711f

#79711f #1f7971 #711f79

Analogous Colors of #79711f

#79711f #54791f #79441f

Monochromatic Colors of #79711f

#79711f

Complementary Color

#79711f #1f2779

#79711f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79711f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79711f Color CSS Codes

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

#79711f Text Font Color

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

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


#79711f Background Color

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

This div background color is #79711f


#79711f Border Color

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

This div border color is #79711f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79711f


Comments

No comments written yet.

Please login to write comment.