#898775

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

Shades of Schist #898775

Tints of Schist #898775

Color information

#898775 (or 0x898775) is unknown color: approx Schist. HEX triplet: 89, 87 and 75. RGB value is (137,135,117). Sum of RGB (Red+Green+Blue) = 137+135+117=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #898775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898775 is #76788A. Grayscale: #858585. Windows color (decimal): -7764107 or 7702409. OLE color: 7702409.

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

Color convert

RGB137135117-
CMYK00.010.150.46
HSL54º7.87%49.8%-
HSV(B)54º14.6%53.73%-
XYZ22.1923.9320.28-
YUV133.55118.66130.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=35.22%
G=34.70%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713511700.010.150.46547.8749.8
Hex89877501F2E36832
Octal211207165011756661062
Binary100010011000011111101010111111011101101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898775; }

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

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

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

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

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

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

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

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