Html Css Color HEX #8E828C Taupe Grey

📋 copy color: '#8E828C'

red 142 ◦ green 130 ◦ blue 140

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

Shades of Taupe Grey #8E828C

Tints of Taupe Grey #8E828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.55%

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

R = 34.47%
G = 31.55%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E828C (or 0x8E828C) is known color: Taupe Grey. HEX triplet: 8E, 82 and 8C. RGB value is (142,130,140). Sum of RGB (Red+Green+Blue) = 142+130+140=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 142 - color contains mainly: red. Hex color #8E828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E828C is #717D73. Grayscale: #868686. Windows color (decimal): -7437684 or 9208462. OLE color: 9208462.

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

Color convert

RGB 142 130 140 -
CMYK 0 0.08 0.01 0.44
HSL 310º 0.05% 0.53% -
HSV(B) 310º 0.08% 0.56% -
XYZ 23.87 23.61 28.11 -
YUV 134.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 142 130 140 0 0.08 0.01 0.44 310 0.05 0.53
Hex 8E 82 8C 0 8 1 2C 136 5 35
Octal 216 202 214 0 10 1 54 466 5 65
Binary 10001110 10000010 10001100 0 1000 1 101100 100110110 101 110101

Color Harmonies of #8E828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E828C

Black with #8E828C

Text Example


Text Example

White with #8E828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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