#898478

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

Shades of Friar Grey #898478

Tints of Friar Grey #898478

Color information

#898478 (or 0x898478) is unknown color: approx Friar Grey. HEX triplet: 89, 84 and 78. RGB value is (137,132,120). Sum of RGB (Red+Green+Blue) = 137+132+120=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #898478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898478 is #767B87. Grayscale: #848484. Windows color (decimal): -7764872 or 7898249. OLE color: 7898249.

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

Color convert

RGB137132120-
CMYK00.040.120.46
HSL42.35º6.72%50.39%-
HSV(B)42.35º12.41%53.73%-
XYZ21.9623.1821.09-
YUV132.13121.16131.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=35.22%
G=33.93%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713212000.040.120.4642.356.7250.39
Hex89847804C2E2a732
Octal21120417004145652762
Binary1000100110000100111100001001100101110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898478; }

 p { color: rgb(137,132,120); }

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

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

 a { background-color: rgb(137,132,120); }

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

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

 span { border-color: rgb(137,132,120); }

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