Html Css Color HEX #9F5D76 Mauve Taupe

📋 copy color: '#9F5D76'

red 159 ◦ green 93 ◦ blue 118

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

Shades of Mauve Taupe #9F5D76

Tints of Mauve Taupe #9F5D76

RGB

 RED value IS 159 (62.5% from 255) = 42.97%

 GREEN value IS 93 (36.72% from 255) = 25.14%

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 42.97%
G = 25.14%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F5D76 (or 0x9F5D76) is known color: Mauve Taupe. HEX triplet: 9F, 5D and 76. RGB value is (159,93,118). Sum of RGB (Red+Green+Blue) = 159+93+118=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5D76 is #60A289. Grayscale: #737373. Windows color (decimal): -6333066 or 7757215. OLE color: 7757215.

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

Color convert

RGB 159 93 118 -
CMYK 0 0.42 0.26 0.38
HSL 337.27º 0.26% 0.49% -
HSV(B) 337.27º 0.42% 0.62% -
XYZ 21.48 16.51 19.19 -
YUV 115.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 159 93 118 0 0.42 0.26 0.38 337.27 0.26 0.49
Hex 9F 5D 76 0 2A 1A 26 151 1A 31
Octal 237 135 166 0 52 32 46 521 32 61
Binary 10011111 1011101 1110110 0 101010 11010 100110 101010001 11010 110001

Color Harmonies of #9F5D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5D76

Black with #9F5D76

Text Example


Text Example

White with #9F5D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,93,118); }

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

background-color css

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

 a { background-color: rgb(159,93,118); }

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

border-color css

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

 span { border-color: rgb(159,93,118); }

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