Color Hex Logo

#76821a Color Hex

#76821A
(118,130,26)
0 Favorites   0 Comments

Color spaces of #76821a

RGB 11813026
HSL0.190.670.31
HSV67°80°51°
CMYK 0.090.000.80   0.49
XYZ15.640319.89143.9924
Yxy19.89140.39570.5033
Hunter Lab44.5998-15.453025.9124
CIE-Lab51.7142-17.878950.3048

#76821a color RGB value is (118,130,26).

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

The process color (four color CMYK) of #76821a color hex is 0.09, 0.00, 0.80, 0.49. Web safe color of #76821a is #669933. Color #76821a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000010 00011010
Octal 166 202 32
Decimal 118 130 26
Hex 76 82 1A

RGB Percentages of Color #76821a

%43.07
%47.45
%9.49

CMYK Percentages of Color #76821a

%9
%0
%80
%49

Triadic Colors of #76821a

#76821a #1a7682 #821a76

Analogous Colors of #76821a

#76821a #42821a #825a1a

Monochromatic Colors of #76821a

#76821a

Complementary Color

#76821a #261a82

#76821a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76821a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76821a Color CSS Codes

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

#76821a Text Font Color

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

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


#76821a Background Color

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

This div background color is #76821a


#76821a Border Color

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

This div border color is #76821a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76821a


Comments

No comments written yet.

Please login to write comment.