Color Hex Logo

#76aa8f Color Hex

#76AA8F
(118,170,143)
0 Favorites   0 Comments

Color spaces of #76aa8f

RGB 118170143
HSL0.410.230.56
HSV149°31°67°
CMYK 0.310.000.16   0.33
XYZ26.803934.584231.2493
Yxy34.58420.28930.3733
Hunter Lab58.8083-21.55719.6606
CIE-Lab65.4237-23.07788.4617

#76aa8f color RGB value is (118,170,143).

#76aa8f hex color red value is 118, green value is 170 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #76aa8f hue: 0.41 , saturation: 0.23 and the lightness value of 76aa8f is 0.56.

The process color (four color CMYK) of #76aa8f color hex is 0.31, 0.00, 0.16, 0.33. Web safe color of #76aa8f is #669999. Color #76aa8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101010 10001111
Octal 166 252 217
Decimal 118 170 143
Hex 76 AA 8F

RGB Percentages of Color #76aa8f

%27.38
%39.44
%33.18

CMYK Percentages of Color #76aa8f

%31
%0
%16
%33

Triadic Colors of #76aa8f

#76aa8f #8f76aa #aa8f76

Analogous Colors of #76aa8f

#76aa8f #76aaa9 #77aa76

Monochromatic Colors of #76aa8f

#76aa8f

Complementary Color

#76aa8f #aa7691

#76aa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aa8f Color CSS Codes

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

#76aa8f Text Font Color

<p style="color:#76aa8f">Text here</p>

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


#76aa8f Background Color

<div style="background-color:#76aa8f">
Div content here</div>

This div background color is #76aa8f


#76aa8f Border Color

<div style="border:3px solid #76aa8f">
Div here</div>

This div border color is #76aa8f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,170,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76aa8f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76aa8f;
  -webkit-box-shadow: 1px 1px 3px 2px #76aa8f;
  box-shadow:         1px 1px 3px 2px #76aa8f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aa8f


Comments

No comments written yet.

Please login to write comment.