Color Hex Logo

#76840d Color Hex

#76840D
(118,132,13)
0 Favorites   0 Comments

Color spaces of #76840d

RGB 11813213
HSL0.190.820.28
HSV67°90°52°
CMYK 0.110.000.90   0.48
XYZ15.795120.38313.4826
Yxy20.38310.39830.5139
Hunter Lab45.1476-16.559427.0298
CIE-Lab52.2676-19.363354.2168

#76840d color RGB value is (118,132,13).

#76840d hex color red value is 118, green value is 132 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #76840d hue: 0.19 , saturation: 0.82 and the lightness value of 76840d is 0.28.

The process color (four color CMYK) of #76840d color hex is 0.11, 0.00, 0.90, 0.48. Web safe color of #76840d is #669900. Color #76840d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000100 00001101
Octal 166 204 15
Decimal 118 132 13
Hex 76 84 D

RGB Percentages of Color #76840d

%44.87
%50.19
%4.94

CMYK Percentages of Color #76840d

%11
%0
%90
%48

Triadic Colors of #76840d

#76840d #0d7684 #840d76

Analogous Colors of #76840d

#76840d #3b840d #84570d

Monochromatic Colors of #76840d

#76840d

Complementary Color

#76840d #1b0d84

#76840d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76840d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76840d Color CSS Codes

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

#76840d Text Font Color

<p style="color:#76840d">Text here</p>

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


#76840d Background Color

<div style="background-color:#76840d">
Div content here</div>

This div background color is #76840d


#76840d Border Color

<div style="border:3px solid #76840d">
Div here</div>

This div border color is #76840d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,132,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76840d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76840d;
  -webkit-box-shadow: 1px 1px 3px 2px #76840d;
  box-shadow:         1px 1px 3px 2px #76840d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76840d


Comments

No comments written yet.

Please login to write comment.