#878571

Color #878571 Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #878571

Tints of Schist #878571

Color information

#878571 (or 0x878571) is unknown color: approx Schist. HEX triplet: 87, 85 and 71. RGB value is (135,133,113). Sum of RGB (Red+Green+Blue) = 135+133+113=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #878571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878571 is #787A8E. Grayscale: #838383. Windows color (decimal): -7895695 or 7439751. OLE color: 7439751.

HSL color Cylindrical-coordinate representation of color #878571: hue angle of 54.55º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #878571 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB135133113-
CMYK00.010.160.47
HSL54.55º8.87%48.63%-
HSV(B)54.55º16.3%52.94%-
XYZ21.3623.1218.96-
YUV131.32117.66130.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=35.43%
G=34.91%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513311300.010.160.4754.558.8748.63
Hex87857101102F37931
Octal207205161012057671161
Binary1000011110000101111000101100001011111101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878571; }

 p { color: rgb(135,133,113); }

 H1.HeaderClassName
 {
   color: #878571;
 }
 .AnyTagClassName
 {
   color: #878571;
 }
</style>
background-color css

<style>
 a { background-color: #878571; }

 a { background-color: rgb(135,133,113); }

 div.DivClassName
 {
   background-color: #878571;
 }
 .BgClassName
 {
   background-color: #878571;
 }
</style>
border-color css

<style>
 span { border-color: #878571; }

 span { border-color: rgb(135,133,113); }

 td.TdClassName
 {
   border-color: #878571;
 }
 .TagClassName
 {
   border-color: #878571;
 }
</style>