Html Css Color HEX #8E897E Heathered Grey

📋 copy color: '#8E897E'

red 142 ◦ green 137 ◦ blue 126

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

Shades of Heathered Grey #8E897E

Tints of Heathered Grey #8E897E

RGB

 RED value IS 142 (55.86% from 255) = 35.06%

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

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

R = 35.06%
G = 33.83%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E897E (or 0x8E897E) is known color: Heathered Grey. HEX triplet: 8E, 89 and 7E. RGB value is (142,137,126). Sum of RGB (Red+Green+Blue) = 142+137+126=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 142 - color contains mainly: red. Hex color #8E897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E897E is #717681. Grayscale: #898989. Windows color (decimal): -7435906 or 8292750. OLE color: 8292750.

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

Color convert

RGB 142 137 126 -
CMYK 0 0.04 0.11 0.44
HSL 41.25º 0.07% 0.53% -
HSV(B) 41.25º 0.11% 0.56% -
XYZ 23.87 25.15 23.33 -
YUV 137.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 142 137 126 0 0.04 0.11 0.44 41.25 0.07 0.53
Hex 8E 89 7E 0 4 B 2C 29 7 35
Octal 216 211 176 0 4 13 54 51 7 65
Binary 10001110 10001001 1111110 0 100 1011 101100 101001 111 110101

Color Harmonies of #8E897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E897E

Black with #8E897E

Text Example


Text Example

White with #8E897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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