#8F897A

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

Shades of Heathered Grey #8F897A

Tints of Heathered Grey #8F897A

Color information

#8F897A (or 0x8F897A) is unknown color: approx Heathered Grey. HEX triplet: 8F, 89 and 7A. RGB value is (143,137,122). Sum of RGB (Red+Green+Blue) = 143+137+122=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 143 - color contains mainly: red. Hex color #8F897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F897A is #707685. Grayscale: #898989. Windows color (decimal): -7370374 or 8030607. OLE color: 8030607.

HSL color Cylindrical-coordinate representation of color #8F897A: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F897A is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB143137122-
CMYK00.040.150.44
HSL42.86º8.57%51.96%-
HSV(B)42.86º14.69%56.08%-
XYZ23.7925.1422.01-
YUV137.08119.49132.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.57%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=35.57%
G=34.08%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313712200.040.150.4442.868.5751.96
Hex8F897A04F2C2b934
Octal217211172041754531164
Binary10001111100010011111010010011111011001010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F897A; }

 p { color: rgb(143,137,122); }

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

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

 a { background-color: rgb(143,137,122); }

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

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

 span { border-color: rgb(143,137,122); }

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