Color Hex Logo

#8f757f Color Hex

#8F757F
(143,117,127)
0 Favorites   0 Comments

Color spaces of #8f757f

RGB 143117127
HSL0.940.100.51
HSV337°18°56°
CMYK 0.000.180.11   0.44
XYZ21.519720.094522.8231
Yxy20.09450.33400.3118
Hunter Lab44.82697.24411.1920
CIE-Lab51.943911.8830-1.6604

#8f757f color RGB value is (143,117,127).

#8f757f hex color red value is 143, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #8f757f hue: 0.94 , saturation: 0.10 and the lightness value of 8f757f is 0.51.

The process color (four color CMYK) of #8f757f color hex is 0.00, 0.18, 0.11, 0.44. Web safe color of #8f757f is #996666. Color #8f757f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01110101 01111111
Octal 217 165 177
Decimal 143 117 127
Hex 8F 75 7F

RGB Percentages of Color #8f757f

%36.95
%30.23
%32.82

CMYK Percentages of Color #8f757f

%0
%18
%11
%44

Triadic Colors of #8f757f

#8f757f #7f8f75 #757f8f

Analogous Colors of #8f757f

#8f757f #8f7875 #8f758c

Monochromatic Colors of #8f757f

#8f757f

Complementary Color

#8f757f #758f85

#8f757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f757f Color CSS Codes

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

#8f757f Text Font Color

<p style="color:#8f757f">Text here</p>

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


#8f757f Background Color

<div style="background-color:#8f757f">
Div content here</div>

This div background color is #8f757f


#8f757f Border Color

<div style="border:3px solid #8f757f">
Div here</div>

This div border color is #8f757f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,117,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f757f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f757f;
  -webkit-box-shadow: 1px 1px 3px 2px #8f757f;
  box-shadow:         1px 1px 3px 2px #8f757f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,117,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 #8f757f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f757f


Comments

No comments written yet.

Please login to write comment.