Html Css Color HEX #8E868E Taupe Grey

📋 copy color: '#8E868E'

red 142 ◦ green 134 ◦ blue 142

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

Shades of Taupe Grey #8E868E

Tints of Taupe Grey #8E868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.06%

 BLUE value IS 142 (55.86% from 255) = 33.97%

R = 33.97%
G = 32.06%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E868E (or 0x8E868E) is known color: Taupe Grey. HEX triplet: 8E, 86 and 8E. RGB value is (142,134,142). Sum of RGB (Red+Green+Blue) = 142+134+142=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E868E is #717971. Grayscale: #898989. Windows color (decimal): -7436658 or 9340558. OLE color: 9340558.

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

Color convert

RGB 142 134 142 -
CMYK 0 0.06 0 0.44
HSL 300º 0.03% 0.54% -
HSV(B) 300º 0.06% 0.56% -
XYZ 24.56 24.75 29.07 -
YUV 137.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 142 134 142 0 0.06 0 0.44 300 0.03 0.54
Hex 8E 86 8E 0 6 0 2C 12C 3 36
Octal 216 206 216 0 6 0 54 454 3 66
Binary 10001110 10000110 10001110 0 110 0 101100 100101100 11 110110

Color Harmonies of #8E868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E868E

Black with #8E868E

Text Example


Text Example

White with #8E868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,134,142); }

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

background-color css

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

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

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

border-color css

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

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

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