#898872

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

Shades of Schist #898872

Tints of Schist #898872

Color information

#898872 (or 0x898872) is unknown color: approx Schist. HEX triplet: 89, 88 and 72. RGB value is (137,136,114). Sum of RGB (Red+Green+Blue) = 137+136+114=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #898872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898872 is #76778D. Grayscale: #858585. Windows color (decimal): -7763854 or 7506057. OLE color: 7506057.

HSL color Cylindrical-coordinate representation of color #898872: hue angle of 57.39º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #898872 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB137136114-
CMYK00.010.170.46
HSL57.39º9.16%49.22%-
HSV(B)57.39º16.79%53.73%-
XYZ22.1624.1419.41-
YUV133.79116.83130.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.40%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=35.40%
G=35.14%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713611400.010.170.4657.399.1649.22
Hex89887201112E39931
Octal211210162012156711161
Binary1000100110001000111001001100011011101110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898872; }

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

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

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

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

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

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

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

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