Color Hex Logo

#79720a Color Hex

#79720A
(121,114,10)
0 Favorites   0 Comments

Color spaces of #79720a

RGB 12111410
HSL0.160.850.26
HSV56°92°47°
CMYK 0.000.060.92   0.53
XYZ13.957316.12152.6633
Yxy16.12150.42630.4924
Hunter Lab40.1516-8.216024.1733
CIE-Lab47.1335-8.337550.7945

#79720a color RGB value is (121,114,10).

#79720a hex color red value is 121, green value is 114 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #79720a hue: 0.16 , saturation: 0.85 and the lightness value of 79720a is 0.26.

The process color (four color CMYK) of #79720a color hex is 0.00, 0.06, 0.92, 0.53. Web safe color of #79720a is #666600. Color #79720a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110010 00001010
Octal 171 162 12
Decimal 121 114 10
Hex 79 72 A

RGB Percentages of Color #79720a

%49.39
%46.53
%4.08

CMYK Percentages of Color #79720a

%0
%6
%92
%53

Triadic Colors of #79720a

#79720a #0a7972 #720a79

Analogous Colors of #79720a

#79720a #48790a #793b0a

Monochromatic Colors of #79720a

#79720a

Complementary Color

#79720a #0a1179

#79720a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79720a Color Preview on White Background

Lorem ipsum dolor sit amet.

#79720a Color CSS Codes

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

#79720a Text Font Color

<p style="color:#79720a">Text here</p>

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


#79720a Background Color

<div style="background-color:#79720a">
Div content here</div>

This div background color is #79720a


#79720a Border Color

<div style="border:3px solid #79720a">
Div here</div>

This div border color is #79720a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,114,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79720a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79720a;
  -webkit-box-shadow: 1px 1px 3px 2px #79720a;
  box-shadow:         1px 1px 3px 2px #79720a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79720a


Comments

No comments written yet.

Please login to write comment.