#898776

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

Shades of Schist #898776

Tints of Schist #898776

Color information

#898776 (or 0x898776) is unknown color: approx Schist. HEX triplet: 89, 87 and 76. RGB value is (137,135,118). Sum of RGB (Red+Green+Blue) = 137+135+118=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #898776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898776 is #767889. Grayscale: #858585. Windows color (decimal): -7764106 or 7767945. OLE color: 7767945.

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

Color convert

RGB137135118-
CMYK00.010.140.46
HSL53.68º7.45%50%-
HSV(B)53.68º13.87%53.73%-
XYZ22.2523.9520.59-
YUV133.66119.16130.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=35.13%
G=34.62%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713511800.010.140.4653.687.4550
Hex89877601E2E36732
Octal21120716601165666762
Binary10001001100001111110110011110101110110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898776; }

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

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

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

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

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

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

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

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