Html Css Color HEX #8D7189 Taupe Grey

📋 copy color: '#8D7189'

red 141 ◦ green 113 ◦ blue 137

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

Shades of Taupe Grey #8D7189

Tints of Taupe Grey #8D7189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

 BLUE value IS 137 (53.91% from 255) = 35.04%

R = 36.06%
G = 28.9%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8D7189 (or 0x8D7189) is known color: Taupe Grey. HEX triplet: 8D, 71 and 89. RGB value is (141,113,137). Sum of RGB (Red+Green+Blue) = 141+113+137=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7189 is #728E76. Grayscale: #7C7C7C. Windows color (decimal): -7507575 or 9007501. OLE color: 9007501.

HSL color Cylindrical-coordinate representation of color #8D7189: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D7189 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 113 137 -
CMYK 0 0.20 0.03 0.45
HSL 308.57º 0.11% 0.5% -
HSV(B) 308.57º 0.2% 0.55% -
XYZ 21.4 19.28 26.26 -
YUV 124.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 141 113 137 0 0.20 0.03 0.45 308.57 0.11 0.5
Hex 8D 71 89 0 14 3 2D 135 B 32
Octal 215 161 211 0 24 3 55 465 13 62
Binary 10001101 1110001 10001001 0 10100 11 101101 100110101 1011 110010

Color Harmonies of #8D7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7189

Black with #8D7189

Text Example


Text Example

White with #8D7189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,113,137); }

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

background-color css

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

 a { background-color: rgb(141,113,137); }

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

border-color css

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

 span { border-color: rgb(141,113,137); }

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