Html Css Color HEX #8E7C8D Taupe Grey

📋 copy color: '#8E7C8D'

red 142 ◦ green 124 ◦ blue 141

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

Shades of Taupe Grey #8E7C8D

Tints of Taupe Grey #8E7C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.47%

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

R = 34.89%
G = 30.47%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E7C8D (or 0x8E7C8D) is known color: Taupe Grey. HEX triplet: 8E, 7C and 8D. RGB value is (142,124,141). Sum of RGB (Red+Green+Blue) = 142+124+141=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7C8D is #718372. Grayscale: #838383. Windows color (decimal): -7439219 or 9272462. OLE color: 9272462.

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

Color convert

RGB 142 124 141 -
CMYK 0 0.13 0.01 0.44
HSL 303.33º 0.07% 0.52% -
HSV(B) 303.33º 0.13% 0.56% -
XYZ 23.17 22.09 28.24 -
YUV 131.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 142 124 141 0 0.13 0.01 0.44 303.33 0.07 0.52
Hex 8E 7C 8D 0 D 1 2C 12F 7 34
Octal 216 174 215 0 15 1 54 457 7 64
Binary 10001110 1111100 10001101 0 1101 1 101100 100101111 111 110100

Color Harmonies of #8E7C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7C8D

Black with #8E7C8D

Text Example


Text Example

White with #8E7C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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