#898772

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

Shades of Schist #898772

Tints of Schist #898772

Color information

#898772 (or 0x898772) is unknown color: approx Schist. HEX triplet: 89, 87 and 72. RGB value is (137,135,114). Sum of RGB (Red+Green+Blue) = 137+135+114=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #898772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898772 is #76788D. Grayscale: #858585. Windows color (decimal): -7764110 or 7505801. OLE color: 7505801.

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

Color convert

RGB137135114-
CMYK00.010.170.46
HSL54.78º9.16%49.22%-
HSV(B)54.78º16.79%53.73%-
XYZ22.0223.8619.36-
YUV133.2117.16130.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=35.49%
G=34.97%
B=29.53%

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
Decimal13713511400.010.170.4654.789.1649.22
Hex89877201112E37931
Octal211207162012156671161
Binary1000100110000111111001001100011011101101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898772; }

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

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

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

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

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

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

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

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