Color Hex Logo

#76789f Color Hex

#76789F
(118,120,159)
0 Favorites   0 Comments

Color spaces of #76789f

RGB 118120159
HSL0.660.180.54
HSV237°26°62°
CMYK 0.260.250.00   0.38
XYZ20.445719.787735.5427
Yxy19.78770.26980.2611
Hunter Lab44.48344.1973-16.2350
CIE-Lab51.59638.2246-21.1629

#76789f color RGB value is (118,120,159).

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

The process color (four color CMYK) of #76789f color hex is 0.26, 0.25, 0.00, 0.38. Web safe color of #76789f is #666699. Color #76789f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111000 10011111
Octal 166 170 237
Decimal 118 120 159
Hex 76 78 9F

RGB Percentages of Color #76789f

%29.72
%30.23
%40.05

CMYK Percentages of Color #76789f

%26
%25
%0
%38

Triadic Colors of #76789f

#76789f #9f7678 #789f76

Analogous Colors of #76789f

#76789f #89769f #768d9f

Monochromatic Colors of #76789f

#76789f

Complementary Color

#76789f #9f9d76

#76789f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76789f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76789f Color CSS Codes

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

#76789f Text Font Color

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

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


#76789f Background Color

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

This div background color is #76789f


#76789f Border Color

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

This div border color is #76789f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76789f


Comments

No comments written yet.

Please login to write comment.