#898577

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

Shades of Friar Grey #898577

Tints of Friar Grey #898577

Color information

#898577 (or 0x898577) is unknown color: approx Friar Grey. HEX triplet: 89, 85 and 77. RGB value is (137,133,119). Sum of RGB (Red+Green+Blue) = 137+133+119=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #898577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898577 is #767A88. Grayscale: #848484. Windows color (decimal): -7764617 or 7832969. OLE color: 7832969.

HSL color Cylindrical-coordinate representation of color #898577: hue angle of 46.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 #898577 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB137133119-
CMYK00.030.130.46
HSL46.67º7.09%50.2%-
HSV(B)46.67º13.14%53.73%-
XYZ22.0323.4320.81-
YUV132.6120.33131.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=35.22%
G=34.19%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713311900.030.130.4646.677.0950.2
Hex89857703D2E2f732
Octal21120516703155657762
Binary100010011000010111101110111101101110101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898577; }

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

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

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

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

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

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

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

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