Color Hex Logo

#76800b Color Hex

#76800B
(118,128,11)
0 Favorites   0 Comments

Color spaces of #76800b

RGB 11812811
HSL0.180.840.27
HSV65°91°50°
CMYK 0.080.000.91   0.50
XYZ15.250819.31413.2408
Yxy19.31410.40340.5109
Hunter Lab43.9478-14.965526.3913
CIE-Lab51.0527-17.321253.6268

#76800b color RGB value is (118,128,11).

#76800b hex color red value is 118, green value is 128 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #76800b hue: 0.18 , saturation: 0.84 and the lightness value of 76800b is 0.27.

The process color (four color CMYK) of #76800b color hex is 0.08, 0.00, 0.91, 0.50. Web safe color of #76800b is #669900. Color #76800b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000000 00001011
Octal 166 200 13
Decimal 118 128 11
Hex 76 80 B

RGB Percentages of Color #76800b

%45.91
%49.81
%4.28

CMYK Percentages of Color #76800b

%8
%0
%91
%50

Triadic Colors of #76800b

#76800b #0b7680 #800b76

Analogous Colors of #76800b

#76800b #3c800b #80500b

Monochromatic Colors of #76800b

#76800b

Complementary Color

#76800b #150b80

#76800b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76800b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76800b Color CSS Codes

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

#76800b Text Font Color

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

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


#76800b Background Color

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

This div background color is #76800b


#76800b Border Color

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

This div border color is #76800b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76800b


Comments

No comments written yet.

Please login to write comment.