Html Css Color HEX #9D5E78 Mauve Taupe

📋 copy color: '#9D5E78'

red 157 ◦ green 94 ◦ blue 120

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

Shades of Mauve Taupe #9D5E78

Tints of Mauve Taupe #9D5E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.34%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 42.32%
G = 25.34%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D5E78 (or 0x9D5E78) is known color: Mauve Taupe. HEX triplet: 9D, 5E and 78. RGB value is (157,94,120). Sum of RGB (Red+Green+Blue) = 157+94+120=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E78 is #62A187. Grayscale: #737373. Windows color (decimal): -6463880 or 7888541. OLE color: 7888541.

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

Color convert

RGB 157 94 120 -
CMYK 0 0.40 0.24 0.38
HSL 335.24º 0.25% 0.49% -
HSV(B) 335.24º 0.4% 0.62% -
XYZ 21.3 16.53 19.84 -
YUV 115.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 157 94 120 0 0.40 0.24 0.38 335.24 0.25 0.49
Hex 9D 5E 78 0 28 18 26 14F 19 31
Octal 235 136 170 0 50 30 46 517 31 61
Binary 10011101 1011110 1111000 0 101000 11000 100110 101001111 11001 110001

Color Harmonies of #9D5E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5E78

Black with #9D5E78

Text Example


Text Example

White with #9D5E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,94,120); }

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

background-color css

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

 a { background-color: rgb(157,94,120); }

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

border-color css

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

 span { border-color: rgb(157,94,120); }

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