Color Hex Logo

#76837a Color Hex

#76837A
(118,131,122)
0 Favorites   0 Comments

Color spaces of #76837a

RGB 118131122
HSL0.380.050.49
HSV138°10°51°
CMYK 0.100.000.07   0.49
XYZ19.100421.489321.5535
Yxy21.48930.30740.3458
Hunter Lab46.3566-7.57624.8827
CIE-Lab53.4809-6.61903.2347

#76837a color RGB value is (118,131,122).

#76837a hex color red value is 118, green value is 131 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #76837a hue: 0.38 , saturation: 0.05 and the lightness value of 76837a is 0.49.

The process color (four color CMYK) of #76837a color hex is 0.10, 0.00, 0.07, 0.49. Web safe color of #76837a is #669966. Color #76837a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000011 01111010
Octal 166 203 172
Decimal 118 131 122
Hex 76 83 7A

RGB Percentages of Color #76837a

%31.81
%35.31
%32.88

CMYK Percentages of Color #76837a

%10
%0
%7
%49

Triadic Colors of #76837a

#76837a #7a7683 #837a76

Analogous Colors of #76837a

#76837a #768381 #798376

Monochromatic Colors of #76837a

#76837a

Complementary Color

#76837a #83767f

#76837a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76837a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76837a Color CSS Codes

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

#76837a Text Font Color

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

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


#76837a Background Color

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

This div background color is #76837a


#76837a Border Color

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

This div border color is #76837a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76837a


Comments

No comments written yet.

Please login to write comment.