Html Css Color HEX #9D5977 Mauve Taupe

📋 copy color: '#9D5977'

red 157 ◦ green 89 ◦ blue 119

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

Shades of Mauve Taupe #9D5977

Tints of Mauve Taupe #9D5977

RGB

 RED value IS 157 (61.72% from 255) = 43.01%

 GREEN value IS 89 (35.16% from 255) = 24.38%

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 43.01%
G = 24.38%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D5977 (or 0x9D5977) is known color: Mauve Taupe. HEX triplet: 9D, 59 and 77. RGB value is (157,89,119). Sum of RGB (Red+Green+Blue) = 157+89+119=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5977 is #62A688. Grayscale: #707070. Windows color (decimal): -6465161 or 7821725. OLE color: 7821725.

HSL color Cylindrical-coordinate representation of color #9D5977: hue angle of 333.53º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D5977 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 89 119 -
CMYK 0 0.43 0.24 0.38
HSL 333.53º 0.28% 0.48% -
HSV(B) 333.53º 0.43% 0.62% -
XYZ 20.81 15.64 19.38 -
YUV 112.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 157 89 119 0 0.43 0.24 0.38 333.53 0.28 0.48
Hex 9D 59 77 0 2B 18 26 14E 1C 30
Octal 235 131 167 0 53 30 46 516 34 60
Binary 10011101 1011001 1110111 0 101011 11000 100110 101001110 11100 110000

Color Harmonies of #9D5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5977

Black with #9D5977

Text Example


Text Example

White with #9D5977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D5977; }

 p { color: rgb(157,89,119); }

 H1.HeaderClassName
 {
   color: #9D5977;
 }
 .AnyTagClassName
 {
   color: #9D5977;
 }
</style>

background-color css

<style>
 a { background-color: #9D5977; }

 a { background-color: rgb(157,89,119); }

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

border-color css

<style>
 span { border-color: #9D5977; }

 span { border-color: rgb(157,89,119); }

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