Html Css Color HEX #8E7D8D Taupe Grey

📋 copy color: '#8E7D8D'

red 142 ◦ green 125 ◦ blue 141

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

Shades of Taupe Grey #8E7D8D

Tints of Taupe Grey #8E7D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.64%

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

R = 34.8%
G = 30.64%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E7D8D (or 0x8E7D8D) is known color: Taupe Grey. HEX triplet: 8E, 7D and 8D. RGB value is (142,125,141). Sum of RGB (Red+Green+Blue) = 142+125+141=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7D8D is #718272. Grayscale: #838383. Windows color (decimal): -7438963 or 9272718. OLE color: 9272718.

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

Color convert

RGB 142 125 141 -
CMYK 0 0.12 0.01 0.44
HSL 303.53º 0.07% 0.52% -
HSV(B) 303.53º 0.12% 0.56% -
XYZ 23.3 22.34 28.28 -
YUV 131.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 142 125 141 0 0.12 0.01 0.44 303.53 0.07 0.52
Hex 8E 7D 8D 0 C 1 2C 130 7 34
Octal 216 175 215 0 14 1 54 460 7 64
Binary 10001110 1111101 10001101 0 1100 1 101100 100110000 111 110100

Color Harmonies of #8E7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7D8D

Black with #8E7D8D

Text Example


Text Example

White with #8E7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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