Html Css Color HEX #9C5774 Mauve Taupe

📋 copy color: '#9C5774'

red 156 ◦ green 87 ◦ blue 116

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

Shades of Mauve Taupe #9C5774

Tints of Mauve Taupe #9C5774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.23%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 43.45%
G = 24.23%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C5774 (or 0x9C5774) is known color: Mauve Taupe. HEX triplet: 9C, 57 and 74. RGB value is (156,87,116). Sum of RGB (Red+Green+Blue) = 156+87+116=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5774 is #63A88B. Grayscale: #6E6E6E. Windows color (decimal): -6531212 or 7624604. OLE color: 7624604.

HSL color Cylindrical-coordinate representation of color #9C5774: hue angle of 334.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5774 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 87 116 -
CMYK 0 0.44 0.26 0.39
HSL 334.78º 0.28% 0.48% -
HSV(B) 334.78º 0.44% 0.61% -
XYZ 20.27 15.15 18.38 -
YUV 110.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 156 87 116 0 0.44 0.26 0.39 334.78 0.28 0.48
Hex 9C 57 74 0 2C 1A 27 14F 1C 30
Octal 234 127 164 0 54 32 47 517 34 60
Binary 10011100 1010111 1110100 0 101100 11010 100111 101001111 11100 110000

Color Harmonies of #9C5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5774

Black with #9C5774

Text Example


Text Example

White with #9C5774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,87,116); }

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

background-color css

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

 a { background-color: rgb(156,87,116); }

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

border-color css

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

 span { border-color: rgb(156,87,116); }

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