#878875

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

Shades of Schist #878875

Tints of Schist #878875

Color information

#878875 (or 0x878875) is unknown color: approx Schist. HEX triplet: 87, 88 and 75. RGB value is (135,136,117). Sum of RGB (Red+Green+Blue) = 135+136+117=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 136 - color contains mainly: green. Hex color #878875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878875 is #78778A. Grayscale: #858585. Windows color (decimal): -7894923 or 7702663. OLE color: 7702663.

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

Color convert

RGB135136117-
CMYK0.0100.140.47
HSL63.16º7.51%49.61%-
HSV(B)63.16º13.97%53.33%-
XYZ22.0124.0420.31-
YUV133.54118.67129.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 136 (53.52% from 255) = 35.05%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=34.79%
G=35.05%
B=30.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351361170.0100.140.4763.167.5149.61
Hex87887510E2F3f832
Octal207210165101657771062
Binary100001111000100011101011011101011111111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878875; }

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

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

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

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

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

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

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

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