Color Hex Logo

#76860b Color Hex

#76860B
(118,134,11)
0 Favorites   0 Comments

Color spaces of #76860b

RGB 11813411
HSL0.190.850.28
HSV68°92°53°
CMYK 0.120.000.92   0.47
XYZ16.056720.92593.5094
Yxy20.92590.39650.5168
Hunter Lab45.7448-17.398927.4728
CIE-Lab52.8683-20.443255.0900

#76860b color RGB value is (118,134,11).

#76860b hex color red value is 118, green value is 134 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #76860b hue: 0.19 , saturation: 0.85 and the lightness value of 76860b is 0.28.

The process color (four color CMYK) of #76860b color hex is 0.12, 0.00, 0.92, 0.47. Web safe color of #76860b is #669900. Color #76860b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000110 00001011
Octal 166 206 13
Decimal 118 134 11
Hex 76 86 B

RGB Percentages of Color #76860b

%44.87
%50.95
%4.18

CMYK Percentages of Color #76860b

%12
%0
%92
%47

Triadic Colors of #76860b

#76860b #0b7686 #860b76

Analogous Colors of #76860b

#76860b #38860b #86590b

Monochromatic Colors of #76860b

#76860b

Complementary Color

#76860b #1b0b86

#76860b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76860b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76860b Color CSS Codes

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

#76860b Text Font Color

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

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


#76860b Background Color

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

This div background color is #76860b


#76860b Border Color

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

This div border color is #76860b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76860b


Comments

No comments written yet.

Please login to write comment.