Html Css Color HEX #8E8A7F Heathered Grey

📋 copy color: '#8E8A7F'

red 142 ◦ green 138 ◦ blue 127

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

Shades of Heathered Grey #8E8A7F

Tints of Heathered Grey #8E8A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 34.89%
G = 33.91%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E8A7F (or 0x8E8A7F) is known color: Heathered Grey. HEX triplet: 8E, 8A and 7F. RGB value is (142,138,127). Sum of RGB (Red+Green+Blue) = 142+138+127=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8A7F is #717580. Grayscale: #898989. Windows color (decimal): -7435649 or 8358542. OLE color: 8358542.

HSL color Cylindrical-coordinate representation of color #8E8A7F: hue angle of 44º degrees, saturation: 0.06, 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 #8E8A7F is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 138 127 -
CMYK 0 0.03 0.11 0.44
HSL 44º 0.06% 0.53% -
HSV(B) 44º 0.11% 0.56% -
XYZ 24.07 25.46 23.72 -
YUV 137.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 142 138 127 0 0.03 0.11 0.44 44 0.06 0.53
Hex 8E 8A 7F 0 3 B 2C 2C 6 35
Octal 216 212 177 0 3 13 54 54 6 65
Binary 10001110 10001010 1111111 0 11 1011 101100 101100 110 110101

Color Harmonies of #8E8A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8A7F

Black with #8E8A7F

Text Example


Text Example

White with #8E8A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,138,127); }

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

background-color css

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

 a { background-color: rgb(142,138,127); }

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

border-color css

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

 span { border-color: rgb(142,138,127); }

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