Color Hex Logo

#79761f Color Hex

#79761F
(121,118,31)
0 Favorites   0 Comments

Color spaces of #79761f

RGB 12111831
HSL0.160.590.30
HSV58°74°47°
CMYK 0.000.020.74   0.53
XYZ14.610917.12073.8309
Yxy17.12070.41090.4814
Hunter Lab41.3772-9.379023.4747
CIE-Lab48.4118-9.792345.5192

#79761f color RGB value is (121,118,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110110 00011111
Octal 171 166 37
Decimal 121 118 31
Hex 79 76 1F

RGB Percentages of Color #79761f

%44.81
%43.70
%11.48

CMYK Percentages of Color #79761f

%0
%2
%74
%53

Triadic Colors of #79761f

#79761f #1f7976 #761f79

Analogous Colors of #79761f

#79761f #4f791f #79491f

Monochromatic Colors of #79761f

#79761f

Complementary Color

#79761f #1f2279

#79761f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79761f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79761f Color CSS Codes

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

#79761f Text Font Color

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

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


#79761f Background Color

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

This div background color is #79761f


#79761f Border Color

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

This div border color is #79761f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,118,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 #79761f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79761f


Comments

No comments written yet.

Please login to write comment.