Color Hex Logo

#857c7f Color Hex

#857C7F
(133,124,127)
0 Favorites   0 Comments

Color spaces of #857c7f

RGB 133124127
HSL0.940.040.50
HSV340°52°
CMYK 0.000.070.05   0.48
XYZ20.711320.934223.0278
Yxy20.93420.32020.3237
Hunter Lab45.75390.73182.1873
CIE-Lab52.87743.9944-0.4050

#857c7f color RGB value is (133,124,127).

#857c7f hex color red value is 133, green value is 124 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #857c7f hue: 0.94 , saturation: 0.04 and the lightness value of 857c7f is 0.50.

The process color (four color CMYK) of #857c7f color hex is 0.00, 0.07, 0.05, 0.48. Web safe color of #857c7f is #996666. Color #857c7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111100 01111111
Octal 205 174 177
Decimal 133 124 127
Hex 85 7C 7F

RGB Percentages of Color #857c7f

%34.64
%32.29
%33.07

CMYK Percentages of Color #857c7f

%0
%7
%5
%48

Triadic Colors of #857c7f

#857c7f #7f857c #7c7f85

Analogous Colors of #857c7f

#857c7f #857e7c #857c84

Monochromatic Colors of #857c7f

#857c7f

Complementary Color

#857c7f #7c8582

#857c7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857c7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#857c7f Color CSS Codes

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

#857c7f Text Font Color

<p style="color:#857c7f">Text here</p>

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


#857c7f Background Color

<div style="background-color:#857c7f">
Div content here</div>

This div background color is #857c7f


#857c7f Border Color

<div style="border:3px solid #857c7f">
Div here</div>

This div border color is #857c7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,124,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #857c7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #857c7f;
  -webkit-box-shadow: 1px 1px 3px 2px #857c7f;
  box-shadow:         1px 1px 3px 2px #857c7f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,124,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 #857c7f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857c7f


Comments

No comments written yet.

Please login to write comment.