#898771

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

Shades of Schist #898771

Tints of Schist #898771

Color information

#898771 (or 0x898771) is unknown color: approx Schist. HEX triplet: 89, 87 and 71. RGB value is (137,135,113). Sum of RGB (Red+Green+Blue) = 137+135+113=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #898771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898771 is #76788E. Grayscale: #858585. Windows color (decimal): -7764111 or 7440265. OLE color: 7440265.

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

Color convert

RGB137135113-
CMYK00.010.180.46
HSL55º9.6%49.02%-
HSV(B)55º17.52%53.73%-
XYZ21.9623.8419.07-
YUV133.09116.66130.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=35.58%
G=35.06%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713511300.010.180.46559.649.02
Hex89877101122E37a31
Octal211207161012256671261
Binary1000100110000111111000101100101011101101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898771; }

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

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

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

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

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

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

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

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