Html Css Color HEX #8D7589 Taupe Grey

📋 copy color: '#8D7589'

red 141 ◦ green 117 ◦ blue 137

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

Shades of Taupe Grey #8D7589

Tints of Taupe Grey #8D7589

RGB

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

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

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

R = 35.7%
G = 29.62%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8D7589 (or 0x8D7589) is known color: Taupe Grey. HEX triplet: 8D, 75 and 89. RGB value is (141,117,137). Sum of RGB (Red+Green+Blue) = 141+117+137=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7589 is #728A76. Grayscale: #7E7E7E. Windows color (decimal): -7506551 or 9008525. OLE color: 9008525.

HSL color Cylindrical-coordinate representation of color #8D7589: hue angle of 310º 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 #8D7589 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 117 137 -
CMYK 0 0.17 0.03 0.45
HSL 310º 0.1% 0.51% -
HSV(B) 310º 0.17% 0.55% -
XYZ 21.86 20.19 26.41 -
YUV 126.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 141 117 137 0 0.17 0.03 0.45 310 0.1 0.51
Hex 8D 75 89 0 11 3 2D 136 A 33
Octal 215 165 211 0 21 3 55 466 12 63
Binary 10001101 1110101 10001001 0 10001 11 101101 100110110 1010 110011

Color Harmonies of #8D7589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7589

Black with #8D7589

Text Example


Text Example

White with #8D7589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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