Color Hex Logo

#76800c Color Hex

#76800C
(118,128,12)
0 Favorites   0 Comments

Color spaces of #76800c

RGB 11812812
HSL0.180.830.27
HSV65°91°50°
CMYK 0.080.000.91   0.50
XYZ15.256719.31643.2722
Yxy19.31640.40310.5104
Hunter Lab43.9504-14.949826.3510
CIE-Lab51.0553-17.297653.4318

#76800c color RGB value is (118,128,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000000 00001100
Octal 166 200 14
Decimal 118 128 12
Hex 76 80 C

RGB Percentages of Color #76800c

%45.74
%49.61
%4.65

CMYK Percentages of Color #76800c

%8
%0
%91
%50

Triadic Colors of #76800c

#76800c #0c7680 #800c76

Analogous Colors of #76800c

#76800c #3c800c #80500c

Monochromatic Colors of #76800c

#76800c

Complementary Color

#76800c #160c80

#76800c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76800c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76800c Color CSS Codes

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

#76800c Text Font Color

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

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


#76800c Background Color

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

This div background color is #76800c


#76800c Border Color

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

This div border color is #76800c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,128,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76800c


Comments

No comments written yet.

Please login to write comment.