Html Css Color HEX #8D7588 Taupe Grey

📋 copy color: '#8D7588'

red 141 ◦ green 117 ◦ blue 136

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

Shades of Taupe Grey #8D7588

Tints of Taupe Grey #8D7588

RGB

 RED value IS 141 (55.47% from 255) = 35.79%

 GREEN value IS 117 (46.09% from 255) = 29.7%

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 35.79%
G = 29.7%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D7588 (or 0x8D7588) is known color: Taupe Grey. HEX triplet: 8D, 75 and 88. RGB value is (141,117,136). Sum of RGB (Red+Green+Blue) = 141+117+136=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7588 is #728A77. Grayscale: #7E7E7E. Windows color (decimal): -7506552 or 8942989. OLE color: 8942989.

HSL color Cylindrical-coordinate representation of color #8D7588: hue angle of 312.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D7588 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 117 136 -
CMYK 0 0.17 0.04 0.45
HSL 312.5º 0.1% 0.51% -
HSV(B) 312.5º 0.17% 0.55% -
XYZ 21.79 20.16 26.04 -
YUV 126.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 141 117 136 0 0.17 0.04 0.45 312.5 0.1 0.51
Hex 8D 75 88 0 11 4 2D 138 A 33
Octal 215 165 210 0 21 4 55 470 12 63
Binary 10001101 1110101 10001000 0 10001 100 101101 100111000 1010 110011

Color Harmonies of #8D7588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7588

Black with #8D7588

Text Example


Text Example

White with #8D7588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,117,136); }

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

background-color css

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

 a { background-color: rgb(141,117,136); }

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

border-color css

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

 span { border-color: rgb(141,117,136); }

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