Color Hex Logo

#857775 Color Hex

#857775
(133,119,117)
0 Favorites   0 Comments

Color spaces of #857775

RGB 133119117
HSL0.020.060.49
HSV12°52°
CMYK 0.000.110.12   0.48
XYZ19.480619.464619.5599
Yxy19.46460.33300.3327
Hunter Lab44.11871.60894.5970
CIE-Lab51.22645.02913.0583

#857775 color RGB value is (133,119,117).

#857775 hex color red value is 133, green value is 119 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #857775 hue: 0.02 , saturation: 0.06 and the lightness value of 857775 is 0.49.

The process color (four color CMYK) of #857775 color hex is 0.00, 0.11, 0.12, 0.48. Web safe color of #857775 is #996666. Color #857775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110111 01110101
Octal 205 167 165
Decimal 133 119 117
Hex 85 77 75

RGB Percentages of Color #857775

%36.04
%32.25
%31.71

CMYK Percentages of Color #857775

%0
%11
%12
%48

Triadic Colors of #857775

#857775 #758577 #777585

Analogous Colors of #857775

#857775 #857f75 #85757b

Monochromatic Colors of #857775

#857775

Complementary Color

#857775 #758385

#857775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857775 Color CSS Codes

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

#857775 Text Font Color

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

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


#857775 Background Color

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

This div background color is #857775


#857775 Border Color

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

This div border color is #857775


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,119,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #857775; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #857775;
  -webkit-box-shadow: 1px 1px 3px 2px #857775;
  box-shadow:         1px 1px 3px 2px #857775; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,119,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857775

#857775 Color Palettes


Comments

No comments written yet.

Please login to write comment.