Color Hex Logo

#76897f Color Hex

#76897F
(118,137,127)
0 Favorites   0 Comments

Color spaces of #76897f

RGB 118137127
HSL0.410.070.50
HSV148°14°54°
CMYK 0.140.000.07   0.46
XYZ20.247623.275223.5041
Yxy23.27520.30210.3473
Hunter Lab48.2444-9.51334.8857
CIE-Lab55.3547-8.94593.0502

#76897f color RGB value is (118,137,127).

#76897f hex color red value is 118, green value is 137 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #76897f hue: 0.41 , saturation: 0.07 and the lightness value of 76897f is 0.50.

The process color (four color CMYK) of #76897f color hex is 0.14, 0.00, 0.07, 0.46. Web safe color of #76897f is #669966. Color #76897f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001001 01111111
Octal 166 211 177
Decimal 118 137 127
Hex 76 89 7F

RGB Percentages of Color #76897f

%30.89
%35.86
%33.25

CMYK Percentages of Color #76897f

%14
%0
%7
%46

Triadic Colors of #76897f

#76897f #7f7689 #897f76

Analogous Colors of #76897f

#76897f #768989 #778976

Monochromatic Colors of #76897f

#76897f

Complementary Color

#76897f #897680

#76897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76897f Color CSS Codes

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

#76897f Text Font Color

<p style="color:#76897f">Text here</p>

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


#76897f Background Color

<div style="background-color:#76897f">
Div content here</div>

This div background color is #76897f


#76897f Border Color

<div style="border:3px solid #76897f">
Div here</div>

This div border color is #76897f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,137,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76897f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76897f;
  -webkit-box-shadow: 1px 1px 3px 2px #76897f;
  box-shadow:         1px 1px 3px 2px #76897f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76897f


Comments

No comments written yet.

Please login to write comment.