Html Css Color HEX #8E898D Taupe Grey

📋 copy color: '#8E898D'

red 142 ◦ green 137 ◦ blue 141

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

Shades of Taupe Grey #8E898D

Tints of Taupe Grey #8E898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.62%

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 33.81%
G = 32.62%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E898D (or 0x8E898D) is known color: Taupe Grey. HEX triplet: 8E, 89 and 8D. RGB value is (142,137,141). Sum of RGB (Red+Green+Blue) = 142+137+141=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 142 - color contains mainly: red. Hex color #8E898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E898D is #717672. Grayscale: #8A8A8A. Windows color (decimal): -7435891 or 9275790. OLE color: 9275790.

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

Color convert

RGB 142 137 141 -
CMYK 0 0.04 0.01 0.44
HSL 312º 0.02% 0.55% -
HSV(B) 312º 0.04% 0.56% -
XYZ 24.91 25.57 28.82 -
YUV 138.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 142 137 141 0 0.04 0.01 0.44 312 0.02 0.55
Hex 8E 89 8D 0 4 1 2C 138 2 37
Octal 216 211 215 0 4 1 54 470 2 67
Binary 10001110 10001001 10001101 0 100 1 101100 100111000 10 110111

Color Harmonies of #8E898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E898D

Black with #8E898D

Text Example


Text Example

White with #8E898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,137,141); }

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

background-color css

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

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

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

border-color css

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

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

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