Html Css Color HEX #8E818E Taupe Grey

📋 copy color: '#8E818E'

red 142 ◦ green 129 ◦ blue 142

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

Shades of Taupe Grey #8E818E

Tints of Taupe Grey #8E818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 34.38%
G = 31.23%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E818E (or 0x8E818E) is known color: Taupe Grey. HEX triplet: 8E, 81 and 8E. RGB value is (142,129,142). Sum of RGB (Red+Green+Blue) = 142+129+142=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E818E is #717E71. Grayscale: #868686. Windows color (decimal): -7437938 or 9339278. OLE color: 9339278.

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

Color convert

RGB 142 129 142 -
CMYK 0 0.09 0 0.44
HSL 300º 0.05% 0.53% -
HSV(B) 300º 0.09% 0.56% -
XYZ 23.89 23.4 28.85 -
YUV 134.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 142 129 142 0 0.09 0 0.44 300 0.05 0.53
Hex 8E 81 8E 0 9 0 2C 12C 5 35
Octal 216 201 216 0 11 0 54 454 5 65
Binary 10001110 10000001 10001110 0 1001 0 101100 100101100 101 110101

Color Harmonies of #8E818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E818E

Black with #8E818E

Text Example


Text Example

White with #8E818E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,129,142); }

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

background-color css

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

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

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

border-color css

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

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

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