#878870

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

Shades of Schist #878870

Tints of Schist #878870

Color information

#878870 (or 0x878870) is unknown color: approx Schist. HEX triplet: 87, 88 and 70. RGB value is (135,136,112). Sum of RGB (Red+Green+Blue) = 135+136+112=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #878870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878870 is #78778F. Grayscale: #858585. Windows color (decimal): -7894928 or 7374983. OLE color: 7374983.

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

Color convert

RGB135136112-
CMYK0.0100.180.47
HSL62.5º9.68%48.63%-
HSV(B)62.5º17.65%53.33%-
XYZ21.7223.9318.8-
YUV132.96116.17129.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=35.25%
G=35.51%
B=29.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351361120.0100.180.4762.59.6848.63
Hex87887010122F3ea31
Octal207210160102257761261
Binary1000011110001000111000010100101011111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878870; }

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

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

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

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

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

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

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

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