Color Hex Logo

#76586f Color Hex

#76586F
(118,88,111)
0 Favorites   0 Comments

Color spaces of #76586f

RGB 11888111
HSL0.870.150.40
HSV314°25°46°
CMYK 0.000.250.06   0.54
XYZ13.830211.978716.6221
Yxy11.97870.32590.2823
Hunter Lab34.610310.7603-4.2477
CIE-Lab41.182216.5112-8.3003

#76586f color RGB value is (118,88,111).

#76586f hex color red value is 118, green value is 88 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #76586f hue: 0.87 , saturation: 0.15 and the lightness value of 76586f is 0.40.

The process color (four color CMYK) of #76586f color hex is 0.00, 0.25, 0.06, 0.54. Web safe color of #76586f is #666666. Color #76586f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011000 01101111
Octal 166 130 157
Decimal 118 88 111
Hex 76 58 6F

RGB Percentages of Color #76586f

%37.22
%27.76
%35.02

CMYK Percentages of Color #76586f

%0
%25
%6
%54

Triadic Colors of #76586f

#76586f #6f7658 #586f76

Analogous Colors of #76586f

#76586f #765860 #6e5876

Monochromatic Colors of #76586f

#76586f

Complementary Color

#76586f #58765f

#76586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76586f Color CSS Codes

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

#76586f Text Font Color

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

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


#76586f Background Color

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

This div background color is #76586f


#76586f Border Color

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

This div border color is #76586f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76586f


Comments

No comments written yet.

Please login to write comment.