Color Hex Logo

#76909f Color Hex

#76909F
(118,144,159)
0 Favorites   0 Comments

Color spaces of #76909f

RGB 118144159
HSL0.560.180.54
HSV202°26°62°
CMYK 0.260.090.00   0.38
XYZ23.702526.301336.6283
Yxy26.30130.27360.3036
Hunter Lab51.2848-7.2503-6.4464
CIE-Lab58.3219-5.6350-10.9550

#76909f color RGB value is (118,144,159).

#76909f hex color red value is 118, green value is 144 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #76909f hue: 0.56 , saturation: 0.18 and the lightness value of 76909f is 0.54.

The process color (four color CMYK) of #76909f color hex is 0.26, 0.09, 0.00, 0.38. Web safe color of #76909f is #669999. Color #76909f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010000 10011111
Octal 166 220 237
Decimal 118 144 159
Hex 76 90 9F

RGB Percentages of Color #76909f

%28.03
%34.20
%37.77

CMYK Percentages of Color #76909f

%26
%9
%0
%38

Triadic Colors of #76909f

#76909f #9f7690 #909f76

Analogous Colors of #76909f

#76909f #767c9f #769f9a

Monochromatic Colors of #76909f

#76909f

Complementary Color

#76909f #9f8576

#76909f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76909f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76909f Color CSS Codes

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

#76909f Text Font Color

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

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


#76909f Background Color

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

This div background color is #76909f


#76909f Border Color

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

This div border color is #76909f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76909f


Comments

No comments written yet.

Please login to write comment.