Html Css Color HEX #8E808C Taupe Grey

📋 copy color: '#8E808C'

red 142 ◦ green 128 ◦ blue 140

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

Shades of Taupe Grey #8E808C

Tints of Taupe Grey #8E808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.22%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 34.63%
G = 31.22%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E808C (or 0x8E808C) is known color: Taupe Grey. HEX triplet: 8E, 80 and 8C. RGB value is (142,128,140). Sum of RGB (Red+Green+Blue) = 142+128+140=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 142 - color contains mainly: red. Hex color #8E808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E808C is #717F73. Grayscale: #858585. Windows color (decimal): -7438196 or 9207950. OLE color: 9207950.

HSL color Cylindrical-coordinate representation of color #8E808C: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E808C is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 128 140 -
CMYK 0 0.10 0.01 0.44
HSL 308.57º 0.06% 0.53% -
HSV(B) 308.57º 0.1% 0.56% -
XYZ 23.61 23.08 28.02 -
YUV 133.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 142 128 140 0 0.10 0.01 0.44 308.57 0.06 0.53
Hex 8E 80 8C 0 A 1 2C 135 6 35
Octal 216 200 214 0 12 1 54 465 6 65
Binary 10001110 10000000 10001100 0 1010 1 101100 100110101 110 110101

Color Harmonies of #8E808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E808C

Black with #8E808C

Text Example


Text Example

White with #8E808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,128,140); }

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

background-color css

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

 a { background-color: rgb(142,128,140); }

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

border-color css

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

 span { border-color: rgb(142,128,140); }

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