#878572

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

Shades of Schist #878572

Tints of Schist #878572

Color information

#878572 (or 0x878572) is unknown color: approx Schist. HEX triplet: 87, 85 and 72. RGB value is (135,133,114). Sum of RGB (Red+Green+Blue) = 135+133+114=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 135 - color contains mainly: red. Hex color #878572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878572 is #787A8D. Grayscale: #838383. Windows color (decimal): -7895694 or 7505287. OLE color: 7505287.

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

Color convert

RGB135133114-
CMYK00.010.160.47
HSL54.29º8.43%48.82%-
HSV(B)54.29º15.56%52.94%-
XYZ21.4223.1419.26-
YUV131.43118.16130.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=35.34%
G=34.82%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513311400.010.160.4754.298.4348.82
Hex87857201102F36831
Octal207205162012057661061
Binary1000011110000101111001001100001011111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878572; }

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

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

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

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

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

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

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

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