#878872

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

Shades of Schist #878872

Tints of Schist #878872

Color information

#878872 (or 0x878872) is unknown color: approx Schist. HEX triplet: 87, 88 and 72. RGB value is (135,136,114). Sum of RGB (Red+Green+Blue) = 135+136+114=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #878872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878872 is #78778D. Grayscale: #858585. Windows color (decimal): -7894926 or 7506055. OLE color: 7506055.

HSL color Cylindrical-coordinate representation of color #878872: hue angle of 62.73º 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 #878872 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB135136114-
CMYK0.0100.160.47
HSL62.73º8.8%49.02%-
HSV(B)62.73º16.18%53.33%-
XYZ21.8323.9719.4-
YUV133.19117.17129.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=35.06%
G=35.32%
B=29.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351361140.0100.160.4762.738.849.02
Hex87887210102F3f931
Octal207210162102057771161
Binary1000011110001000111001010100001011111111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878872; }

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

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

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

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

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

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

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

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