Html Css Color HEX #9D6578 Mauve Taupe

📋 copy color: '#9D6578'

red 157 ◦ green 101 ◦ blue 120

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

Shades of Mauve Taupe #9D6578

Tints of Mauve Taupe #9D6578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.72%

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

R = 41.53%
G = 26.72%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D6578 (or 0x9D6578) is known color: Mauve Taupe. HEX triplet: 9D, 65 and 78. RGB value is (157,101,120). Sum of RGB (Red+Green+Blue) = 157+101+120=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6578 is #629A87. Grayscale: #777777. Windows color (decimal): -6462088 or 7890333. OLE color: 7890333.

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

Color convert

RGB 157 101 120 -
CMYK 0 0.36 0.24 0.38
HSL 339.64º 0.22% 0.51% -
HSV(B) 339.64º 0.36% 0.62% -
XYZ 21.95 17.83 20.05 -
YUV 119.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 157 101 120 0 0.36 0.24 0.38 339.64 0.22 0.51
Hex 9D 65 78 0 24 18 26 154 16 33
Octal 235 145 170 0 44 30 46 524 26 63
Binary 10011101 1100101 1111000 0 100100 11000 100110 101010100 10110 110011

Color Harmonies of #9D6578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6578

Black with #9D6578

Text Example


Text Example

White with #9D6578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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