Html Css Color HEX #8E887D Heathered Grey

📋 copy color: '#8E887D'

red 142 ◦ green 136 ◦ blue 125

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

Shades of Heathered Grey #8E887D

Tints of Heathered Grey #8E887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 35.24%
G = 33.75%
B = 31.02%

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

#8E887D (or 0x8E887D) is known color: Heathered Grey. HEX triplet: 8E, 88 and 7D. RGB value is (142,136,125). Sum of RGB (Red+Green+Blue) = 142+136+125=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 142 - color contains mainly: red. Hex color #8E887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E887D is #717782. Grayscale: #888888. Windows color (decimal): -7436163 or 8226958. OLE color: 8226958.

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

Color convert

RGB 142 136 125 -
CMYK 0 0.04 0.12 0.44
HSL 38.82º 0.07% 0.52% -
HSV(B) 38.82º 0.12% 0.56% -
XYZ 23.66 24.84 22.95 -
YUV 136.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 142 136 125 0 0.04 0.12 0.44 38.82 0.07 0.52
Hex 8E 88 7D 0 4 C 2C 27 7 34
Octal 216 210 175 0 4 14 54 47 7 64
Binary 10001110 10001000 1111101 0 100 1100 101100 100111 111 110100

Color Harmonies of #8E887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E887D

Black with #8E887D

Text Example


Text Example

White with #8E887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,136,125); }

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

background-color css

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

 a { background-color: rgb(142,136,125); }

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

border-color css

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

 span { border-color: rgb(142,136,125); }

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