Color Hex Logo

#79760f Color Hex

#79760F
(121,118,15)
0 Favorites   0 Comments

Color spaces of #79760f

RGB 12111815
HSL0.160.780.27
HSV58°88°47°
CMYK 0.000.020.88   0.53
XYZ14.449817.05632.9825
Yxy17.05630.41900.4945
Hunter Lab41.2993-9.820124.6278
CIE-Lab48.3309-10.431850.6265

#79760f color RGB value is (121,118,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110110 00001111
Octal 171 166 17
Decimal 121 118 15
Hex 79 76 F

RGB Percentages of Color #79760f

%47.64
%46.46
%5.91

CMYK Percentages of Color #79760f

%0
%2
%88
%53

Triadic Colors of #79760f

#79760f #0f7976 #760f79

Analogous Colors of #79760f

#79760f #47790f #79410f

Monochromatic Colors of #79760f

#79760f

Complementary Color

#79760f #0f1279

#79760f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79760f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79760f Color CSS Codes

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

#79760f Text Font Color

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

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


#79760f Background Color

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

This div background color is #79760f


#79760f Border Color

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

This div border color is #79760f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79760f


Comments

No comments written yet.

Please login to write comment.