#898877

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

Shades of Schist #898877

Tints of Schist #898877

Color information

#898877 (or 0x898877) is unknown color: approx Schist. HEX triplet: 89, 88 and 77. RGB value is (137,136,119). Sum of RGB (Red+Green+Blue) = 137+136+119=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #898877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898877 is #767788. Grayscale: #868686. Windows color (decimal): -7763849 or 7833737. OLE color: 7833737.

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

Color convert

RGB137136119-
CMYK00.010.130.46
HSL56.67º7.09%50.2%-
HSV(B)56.67º13.14%53.73%-
XYZ22.4524.2620.95-
YUV134.36119.33129.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=34.95%
G=34.69%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713611900.010.130.4656.677.0950.2
Hex89887701D2E39732
Octal21121016701155671762
Binary10001001100010001110111011101101110111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898877; }

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

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

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

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

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

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

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

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