#955E76

Color #955E76 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #955E76

Tints of Mauve Taupe #955E76

Color information

#955E76 (or 0x955E76) is unknown color: approx Mauve Taupe. HEX triplet: 95, 5E and 76. RGB value is (149,94,118). Sum of RGB (Red+Green+Blue) = 149+94+118=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #955E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E76 is #6AA189. Grayscale: #717171. Windows color (decimal): -6988170 or 7757461. OLE color: 7757461.

HSL color Cylindrical-coordinate representation of color #955E76: hue angle of 333.82º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E76 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14994118-
CMYK00.370.210.42
HSL333.82º22.63%47.65%-
HSV(B)333.82º36.91%58.43%-
XYZ19.6715.719.13-
YUV113.18130.72153.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=41.27%
G=26.04%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499411800.370.210.42333.8222.6347.65
Hex955E76025152A14e1730
Octal22513616604525525162760
Binary100101011011110111011001001011010110101010100111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955E76; }

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

 H1.HeaderClassName
 {
   color: #955E76;
 }
 .AnyTagClassName
 {
   color: #955E76;
 }
</style>
background-color css

<style>
 a { background-color: #955E76; }

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

 div.DivClassName
 {
   background-color: #955E76;
 }
 .BgClassName
 {
   background-color: #955E76;
 }
</style>
border-color css

<style>
 span { border-color: #955E76; }

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

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