Html Css Color HEX #8F897E Heathered Grey

📋 copy color: '#8F897E'

red 143 ◦ green 137 ◦ blue 126

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

Shades of Heathered Grey #8F897E

Tints of Heathered Grey #8F897E

RGB

 RED value IS 143 (56.25% from 255) = 35.22%

 GREEN value IS 137 (53.91% from 255) = 33.74%

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 35.22%
G = 33.74%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F897E (or 0x8F897E) is known color: Heathered Grey. HEX triplet: 8F, 89 and 7E. RGB value is (143,137,126). Sum of RGB (Red+Green+Blue) = 143+137+126=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 143 - color contains mainly: red. Hex color #8F897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F897E is #707681. Grayscale: #898989. Windows color (decimal): -7370370 or 8292751. OLE color: 8292751.

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

Color convert

RGB 143 137 126 -
CMYK 0 0.04 0.12 0.44
HSL 38.82º 0.07% 0.53% -
HSV(B) 38.82º 0.12% 0.56% -
XYZ 24.04 25.24 23.34 -
YUV 137.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 143 137 126 0 0.04 0.12 0.44 38.82 0.07 0.53
Hex 8F 89 7E 0 4 C 2C 27 7 35
Octal 217 211 176 0 4 14 54 47 7 65
Binary 10001111 10001001 1111110 0 100 1100 101100 100111 111 110101

Color Harmonies of #8F897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F897E

Black with #8F897E

Text Example


Text Example

White with #8F897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F897E;
 }
 .AnyTagClassName
 {
   color: #8F897E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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