Html Css Color HEX #8E818A Taupe Grey

📋 copy color: '#8E818A'

red 142 ◦ green 129 ◦ blue 138

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

Shades of Taupe Grey #8E818A

Tints of Taupe Grey #8E818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 34.72%
G = 31.54%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E818A (or 0x8E818A) is known color: Taupe Grey. HEX triplet: 8E, 81 and 8A. RGB value is (142,129,138). Sum of RGB (Red+Green+Blue) = 142+129+138=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 142 - color contains mainly: red. Hex color #8E818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E818A is #717E75. Grayscale: #858585. Windows color (decimal): -7437942 or 9077134. OLE color: 9077134.

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

Color convert

RGB 142 129 138 -
CMYK 0 0.09 0.03 0.44
HSL 318.46º 0.05% 0.53% -
HSV(B) 318.46º 0.09% 0.56% -
XYZ 23.59 23.29 27.3 -
YUV 133.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 142 129 138 0 0.09 0.03 0.44 318.46 0.05 0.53
Hex 8E 81 8A 0 9 3 2C 13E 5 35
Octal 216 201 212 0 11 3 54 476 5 65
Binary 10001110 10000001 10001010 0 1001 11 101100 100111110 101 110101

Color Harmonies of #8E818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E818A

Black with #8E818A

Text Example


Text Example

White with #8E818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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