Html Css Color HEX #8D7489 Taupe Grey

📋 copy color: '#8D7489'

red 141 ◦ green 116 ◦ blue 137

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

Shades of Taupe Grey #8D7489

Tints of Taupe Grey #8D7489

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

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

R = 35.79%
G = 29.44%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8D7489 (or 0x8D7489) is known color: Taupe Grey. HEX triplet: 8D, 74 and 89. RGB value is (141,116,137). Sum of RGB (Red+Green+Blue) = 141+116+137=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7489 is #728B76. Grayscale: #7D7D7D. Windows color (decimal): -7506807 or 9008269. OLE color: 9008269.

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

Color convert

RGB 141 116 137 -
CMYK 0 0.18 0.03 0.45
HSL 309.6º 0.1% 0.5% -
HSV(B) 309.6º 0.18% 0.55% -
XYZ 21.75 19.96 26.37 -
YUV 125.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 141 116 137 0 0.18 0.03 0.45 309.6 0.1 0.5
Hex 8D 74 89 0 12 3 2D 136 A 32
Octal 215 164 211 0 22 3 55 466 12 62
Binary 10001101 1110100 10001001 0 10010 11 101101 100110110 1010 110010

Color Harmonies of #8D7489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7489

Black with #8D7489

Text Example


Text Example

White with #8D7489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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