#8F8979

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

Shades of Heathered Grey #8F8979

Tints of Heathered Grey #8F8979

Color information

#8F8979 (or 0x8F8979) is unknown color: approx Heathered Grey. HEX triplet: 8F, 89 and 79. RGB value is (143,137,121). Sum of RGB (Red+Green+Blue) = 143+137+121=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8979 is #707686. Grayscale: #898989. Windows color (decimal): -7370375 or 7965071. OLE color: 7965071.

HSL color Cylindrical-coordinate representation of color #8F8979: hue angle of 43.64º 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 #8F8979 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB143137121-
CMYK00.040.150.44
HSL43.64º8.94%51.76%-
HSV(B)43.64º15.38%56.08%-
XYZ23.7225.1121.69-
YUV136.97118.99132.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.66%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=35.66%
G=34.16%
B=30.17%

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
Decimal14313712100.040.150.4443.648.9451.76
Hex8F897904F2C2c934
Octal217211171041754541164
Binary10001111100010011111001010011111011001011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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