Html Css Color HEX #8F887E Heathered Grey

📋 copy color: '#8F887E'

red 143 ◦ green 136 ◦ blue 126

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

Shades of Heathered Grey #8F887E

Tints of Heathered Grey #8F887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

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

R = 35.31%
G = 33.58%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F887E (or 0x8F887E) is known color: Heathered Grey. HEX triplet: 8F, 88 and 7E. RGB value is (143,136,126). Sum of RGB (Red+Green+Blue) = 143+136+126=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 143 - color contains mainly: red. Hex color #8F887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F887E is #707781. Grayscale: #898989. Windows color (decimal): -7370626 or 8292495. OLE color: 8292495.

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

Color convert

RGB 143 136 126 -
CMYK 0 0.05 0.12 0.44
HSL 35.29º 0.07% 0.53% -
HSV(B) 35.29º 0.12% 0.56% -
XYZ 23.9 24.95 23.3 -
YUV 136.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 143 136 126 0 0.05 0.12 0.44 35.29 0.07 0.53
Hex 8F 88 7E 0 5 C 2C 23 7 35
Octal 217 210 176 0 5 14 54 43 7 65
Binary 10001111 10001000 1111110 0 101 1100 101100 100011 111 110101

Color Harmonies of #8F887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F887E

Black with #8F887E

Text Example


Text Example

White with #8F887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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