Color Hex Logo

#79740b Color Hex

#79740B
(121,116,11)
0 Favorites   0 Comments

Color spaces of #79740b

RGB 12111611
HSL0.160.830.26
HSV57°91°47°
CMYK 0.000.040.91   0.53
XYZ14.191016.57992.7689
Yxy16.57990.42310.4943
Hunter Lab40.7184-9.047224.4711
CIE-Lab47.7263-9.428551.0591

#79740b color RGB value is (121,116,11).

#79740b hex color red value is 121, green value is 116 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #79740b hue: 0.16 , saturation: 0.83 and the lightness value of 79740b is 0.26.

The process color (four color CMYK) of #79740b color hex is 0.00, 0.04, 0.91, 0.53. Web safe color of #79740b is #666600. Color #79740b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110100 00001011
Octal 171 164 13
Decimal 121 116 11
Hex 79 74 B

RGB Percentages of Color #79740b

%48.79
%46.77
%4.44

CMYK Percentages of Color #79740b

%0
%4
%91
%53

Triadic Colors of #79740b

#79740b #0b7974 #740b79

Analogous Colors of #79740b

#79740b #47790b #793d0b

Monochromatic Colors of #79740b

#79740b

Complementary Color

#79740b #0b1079

#79740b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79740b Color Preview on White Background

Lorem ipsum dolor sit amet.

#79740b Color CSS Codes

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

#79740b Text Font Color

<p style="color:#79740b">Text here</p>

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


#79740b Background Color

<div style="background-color:#79740b">
Div content here</div>

This div background color is #79740b


#79740b Border Color

<div style="border:3px solid #79740b">
Div here</div>

This div border color is #79740b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,116,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79740b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79740b;
  -webkit-box-shadow: 1px 1px 3px 2px #79740b;
  box-shadow:         1px 1px 3px 2px #79740b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79740b


Comments

No comments written yet.

Please login to write comment.