#878570

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

Shades of Schist #878570

Tints of Schist #878570

Color information

#878570 (or 0x878570) is unknown color: approx Schist. HEX triplet: 87, 85 and 70. RGB value is (135,133,112). Sum of RGB (Red+Green+Blue) = 135+133+112=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #878570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878570 is #787A8F. Grayscale: #838383. Windows color (decimal): -7895696 or 7374215. OLE color: 7374215.

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

Color convert

RGB135133112-
CMYK00.010.170.47
HSL54.78º9.31%48.43%-
HSV(B)54.78º17.04%52.94%-
XYZ21.323.118.66-
YUV131.2117.16130.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=35.53%
G=35%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513311200.010.170.4754.789.3148.43
Hex87857001112F37930
Octal207205160012157671160
Binary1000011110000101111000001100011011111101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878570; }

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

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

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

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

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

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

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

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