Html Css Color HEX #9C5477 Mauve Taupe

📋 copy color: '#9C5477'

red 156 ◦ green 84 ◦ blue 119

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

Shades of Mauve Taupe #9C5477

Tints of Mauve Taupe #9C5477

RGB

 RED value IS 156 (61.33% from 255) = 43.45%

 GREEN value IS 84 (33.2% from 255) = 23.4%

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

R = 43.45%
G = 23.4%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C5477 (or 0x9C5477) is known color: Mauve Taupe. HEX triplet: 9C, 54 and 77. RGB value is (156,84,119). Sum of RGB (Red+Green+Blue) = 156+84+119=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5477 is #63AB88. Grayscale: #6D6D6D. Windows color (decimal): -6531977 or 7820444. OLE color: 7820444.

HSL color Cylindrical-coordinate representation of color #9C5477: hue angle of 330.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5477 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 84 119 -
CMYK 0 0.46 0.24 0.39
HSL 330.83º 0.3% 0.47% -
HSV(B) 330.83º 0.46% 0.61% -
XYZ 20.21 14.74 19.23 -
YUV 109.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 156 84 119 0 0.46 0.24 0.39 330.83 0.3 0.47
Hex 9C 54 77 0 2E 18 27 14B 1E 2F
Octal 234 124 167 0 56 30 47 513 36 57
Binary 10011100 1010100 1110111 0 101110 11000 100111 101001011 11110 101111

Color Harmonies of #9C5477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5477

Black with #9C5477

Text Example


Text Example

White with #9C5477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,84,119); }

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

background-color css

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

 a { background-color: rgb(156,84,119); }

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

border-color css

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

 span { border-color: rgb(156,84,119); }

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