Html Css Color HEX #8F8979 Heathered Grey

📋 copy color: '#8F8979'

red 143 ◦ green 137 ◦ blue 121

#8F8979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #8F8979

Tints of Heathered Grey #8F8979

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 value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F8979 (or 0x8F8979) is known color: 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

RGB 143 137 121 -
CMYK 0 0.04 0.15 0.44
HSL 43.64º 0.09% 0.52% -
HSV(B) 43.64º 0.15% 0.56% -
XYZ 23.72 25.11 21.69 -
YUV 136.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 143 137 121 0 0.04 0.15 0.44 43.64 0.09 0.52
Hex 8F 89 79 0 4 F 2C 2C 9 34
Octal 217 211 171 0 4 17 54 54 11 64
Binary 10001111 10001001 1111001 0 100 1111 101100 101100 1001 110100

Color Harmonies of #8F8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8979

Black with #8F8979

Text Example


Text Example

White with #8F8979

Text Example


Text Example

HTML Codes & Css Web 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>