Html Css Color HEX #8E858D Taupe Grey

📋 copy color: '#8E858D'

red 142 ◦ green 133 ◦ blue 141

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

Shades of Taupe Grey #8E858D

Tints of Taupe Grey #8E858D

RGB

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

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

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

R = 34.13%
G = 31.97%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E858D (or 0x8E858D) is known color: Taupe Grey. HEX triplet: 8E, 85 and 8D. RGB value is (142,133,141). Sum of RGB (Red+Green+Blue) = 142+133+141=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 142 - color contains mainly: red. Hex color #8E858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E858D is #717A72. Grayscale: #888888. Windows color (decimal): -7436915 or 9274766. OLE color: 9274766.

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

Color convert

RGB 142 133 141 -
CMYK 0 0.06 0.01 0.44
HSL 306.67º 0.04% 0.54% -
HSV(B) 306.67º 0.06% 0.56% -
XYZ 24.35 24.45 28.64 -
YUV 136.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 142 133 141 0 0.06 0.01 0.44 306.67 0.04 0.54
Hex 8E 85 8D 0 6 1 2C 133 4 36
Octal 216 205 215 0 6 1 54 463 4 66
Binary 10001110 10000101 10001101 0 110 1 101100 100110011 100 110110

Color Harmonies of #8E858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E858D

Black with #8E858D

Text Example


Text Example

White with #8E858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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