#878575

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

Shades of Schist #878575

Tints of Schist #878575

Color information

#878575 (or 0x878575) is unknown color: approx Schist. HEX triplet: 87, 85 and 75. RGB value is (135,133,117). Sum of RGB (Red+Green+Blue) = 135+133+117=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #878575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878575 is #787A8A. Grayscale: #838383. Windows color (decimal): -7895691 or 7701895. OLE color: 7701895.

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

Color convert

RGB135133117-
CMYK00.010.130.47
HSL53.33º7.14%49.41%-
HSV(B)53.33º13.33%52.94%-
XYZ21.5923.2120.17-
YUV131.77119.66130.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=35.06%
G=34.55%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513311700.010.130.4753.337.1449.41
Hex87857501D2F35731
Octal20720516501155765761
Binary10000111100001011110101011101101111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878575; }

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

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

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

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

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

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

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

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