#9D5377

Color #9D5377 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #9D5377

Tints of Mauve Taupe #9D5377

Color information

#9D5377 (or 0x9D5377) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 53 and 77. RGB value is (157,83,119). Sum of RGB (Red+Green+Blue) = 157+83+119=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5377 is #62AC88. Grayscale: #6D6D6D. Windows color (decimal): -6466697 or 7820189. OLE color: 7820189.

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

Color convert

RGB15783119-
CMYK00.470.240.38
HSL330.81º30.83%47.06%-
HSV(B)330.81º47.13%61.57%-
XYZ20.3314.6919.22-
YUV109.23133.52162.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.73%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=43.73%
G=23.12%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578311900.470.240.38330.8130.8347.06
Hex9D537702F182614b1f2f
Octal23512316705730465133757
Binary100111011010011111011101011111100010011010100101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D5377;
 }
 .AnyTagClassName
 {
   color: #9D5377;
 }
</style>
background-color css

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

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

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

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

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

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