Color Hex Logo

#76597f Color Hex

#76597F
(118,89,127)
0 Favorites   0 Comments

Color spaces of #76597f

RGB 11889127
HSL0.790.180.42
HSV286°30°50°
CMYK 0.070.300.00   0.50
XYZ14.874412.528621.7130
Yxy12.52860.30280.2551
Hunter Lab35.395813.0687-11.5935
CIE-Lab42.044219.2546-16.7705

#76597f color RGB value is (118,89,127).

#76597f hex color red value is 118, green value is 89 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #76597f hue: 0.79 , saturation: 0.18 and the lightness value of 76597f is 0.42.

The process color (four color CMYK) of #76597f color hex is 0.07, 0.30, 0.00, 0.50. Web safe color of #76597f is #666666. Color #76597f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011001 01111111
Octal 166 131 177
Decimal 118 89 127
Hex 76 59 7F

RGB Percentages of Color #76597f

%35.33
%26.65
%38.02

CMYK Percentages of Color #76597f

%7
%30
%0
%50

Triadic Colors of #76597f

#76597f #7f7659 #597f76

Analogous Colors of #76597f

#76597f #7f5975 #63597f

Monochromatic Colors of #76597f

#76597f

Complementary Color

#76597f #627f59

#76597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76597f Color CSS Codes

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

#76597f Text Font Color

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

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


#76597f Background Color

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

This div background color is #76597f


#76597f Border Color

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

This div border color is #76597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76597f


Comments

No comments written yet.

Please login to write comment.