Html Css Color HEX #9F5E76 Mauve Taupe

📋 copy color: '#9F5E76'

red 159 ◦ green 94 ◦ blue 118

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

Shades of Mauve Taupe #9F5E76

Tints of Mauve Taupe #9F5E76

RGB

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

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

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

R = 42.86%
G = 25.34%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F5E76 (or 0x9F5E76) is known color: Mauve Taupe. HEX triplet: 9F, 5E and 76. RGB value is (159,94,118). Sum of RGB (Red+Green+Blue) = 159+94+118=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E76 is #60A189. Grayscale: #747474. Windows color (decimal): -6332810 or 7757471. OLE color: 7757471.

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

Color convert

RGB 159 94 118 -
CMYK 0 0.41 0.26 0.38
HSL 337.85º 0.26% 0.5% -
HSV(B) 337.85º 0.41% 0.62% -
XYZ 21.57 16.68 19.22 -
YUV 116.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 159 94 118 0 0.41 0.26 0.38 337.85 0.26 0.5
Hex 9F 5E 76 0 29 1A 26 152 1A 32
Octal 237 136 166 0 51 32 46 522 32 62
Binary 10011111 1011110 1110110 0 101001 11010 100110 101010010 11010 110010

Color Harmonies of #9F5E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E76

Black with #9F5E76

Text Example


Text Example

White with #9F5E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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