Color Hex Logo

#76841a Color Hex

#76841A
(118,132,26)
0 Favorites   0 Comments

Color spaces of #76841a

RGB 11813226
HSL0.190.670.31
HSV68°80°52°
CMYK 0.110.000.80   0.48
XYZ15.908920.42874.0819
Yxy20.42870.39360.5054
Hunter Lab45.1981-16.268026.2841
CIE-Lab52.3185-18.924050.8538

#76841a color RGB value is (118,132,26).

#76841a hex color red value is 118, green value is 132 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #76841a hue: 0.19 , saturation: 0.67 and the lightness value of 76841a is 0.31.

The process color (four color CMYK) of #76841a color hex is 0.11, 0.00, 0.80, 0.48. Web safe color of #76841a is #669933. Color #76841a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000100 00011010
Octal 166 204 32
Decimal 118 132 26
Hex 76 84 1A

RGB Percentages of Color #76841a

%42.75
%47.83
%9.42

CMYK Percentages of Color #76841a

%11
%0
%80
%48

Triadic Colors of #76841a

#76841a #1a7684 #841a76

Analogous Colors of #76841a

#76841a #41841a #845d1a

Monochromatic Colors of #76841a

#76841a

Complementary Color

#76841a #281a84

#76841a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76841a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76841a Color CSS Codes

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

#76841a Text Font Color

<p style="color:#76841a">Text here</p>

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


#76841a Background Color

<div style="background-color:#76841a">
Div content here</div>

This div background color is #76841a


#76841a Border Color

<div style="border:3px solid #76841a">
Div here</div>

This div border color is #76841a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76841a


Comments

No comments written yet.

Please login to write comment.