Html Css Color HEX #8E878C Taupe Grey

📋 copy color: '#8E878C'

red 142 ◦ green 135 ◦ blue 140

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

Shades of Taupe Grey #8E878C

Tints of Taupe Grey #8E878C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.37%

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

R = 34.05%
G = 32.37%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E878C (or 0x8E878C) is known color: Taupe Grey. HEX triplet: 8E, 87 and 8C. RGB value is (142,135,140). Sum of RGB (Red+Green+Blue) = 142+135+140=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 142 - color contains mainly: red. Hex color #8E878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E878C is #717873. Grayscale: #898989. Windows color (decimal): -7436404 or 9209742. OLE color: 9209742.

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

Color convert

RGB 142 135 140 -
CMYK 0 0.05 0.01 0.44
HSL 317.14º 0.03% 0.54% -
HSV(B) 317.14º 0.05% 0.56% -
XYZ 24.55 24.97 28.34 -
YUV 137.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 142 135 140 0 0.05 0.01 0.44 317.14 0.03 0.54
Hex 8E 87 8C 0 5 1 2C 13D 3 36
Octal 216 207 214 0 5 1 54 475 3 66
Binary 10001110 10000111 10001100 0 101 1 101100 100111101 11 110110

Color Harmonies of #8E878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E878C

Black with #8E878C

Text Example


Text Example

White with #8E878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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