Html Css Color HEX #8E848D Taupe Grey

📋 copy color: '#8E848D'

red 142 ◦ green 132 ◦ blue 141

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

Shades of Taupe Grey #8E848D

Tints of Taupe Grey #8E848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.81%

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

R = 34.22%
G = 31.81%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E848D (or 0x8E848D) is known color: Taupe Grey. HEX triplet: 8E, 84 and 8D. RGB value is (142,132,141). Sum of RGB (Red+Green+Blue) = 142+132+141=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 142 - color contains mainly: red. Hex color #8E848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E848D is #717B72. Grayscale: #878787. Windows color (decimal): -7437171 or 9274510. OLE color: 9274510.

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

Color convert

RGB 142 132 141 -
CMYK 0 0.07 0.01 0.44
HSL 306º 0.04% 0.54% -
HSV(B) 306º 0.07% 0.56% -
XYZ 24.21 24.18 28.59 -
YUV 136.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 142 132 141 0 0.07 0.01 0.44 306 0.04 0.54
Hex 8E 84 8D 0 7 1 2C 132 4 36
Octal 216 204 215 0 7 1 54 462 4 66
Binary 10001110 10000100 10001101 0 111 1 101100 100110010 100 110110

Color Harmonies of #8E848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E848D

Black with #8E848D

Text Example


Text Example

White with #8E848D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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