Html Css Color HEX #8E858E Taupe Grey

📋 copy color: '#8E858E'

red 142 ◦ green 133 ◦ blue 142

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

Shades of Taupe Grey #8E858E

Tints of Taupe Grey #8E858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.89%

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

R = 34.05%
G = 31.89%
B = 34.05%

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

#8E858E (or 0x8E858E) is known color: Taupe Grey. HEX triplet: 8E, 85 and 8E. RGB value is (142,133,142). Sum of RGB (Red+Green+Blue) = 142+133+142=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E858E is #717A71. Grayscale: #888888. Windows color (decimal): -7436914 or 9340302. OLE color: 9340302.

HSL color Cylindrical-coordinate representation of color #8E858E: hue angle of 300º degrees, saturation: 0.04, 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 #8E858E is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 133 142 -
CMYK 0 0.06 0 0.44
HSL 300º 0.04% 0.54% -
HSV(B) 300º 0.06% 0.56% -
XYZ 24.43 24.48 29.03 -
YUV 136.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 142 133 142 0 0.06 0 0.44 300 0.04 0.54
Hex 8E 85 8E 0 6 0 2C 12C 4 36
Octal 216 205 216 0 6 0 54 454 4 66
Binary 10001110 10000101 10001110 0 110 0 101100 100101100 100 110110

Color Harmonies of #8E858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E858E

Black with #8E858E

Text Example


Text Example

White with #8E858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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