#945D76

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

Shades of Mauve Taupe #945D76

Tints of Mauve Taupe #945D76

Color information

#945D76 (or 0x945D76) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5D and 76. RGB value is (148,93,118). Sum of RGB (Red+Green+Blue) = 148+93+118=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #945D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D76 is #6BA289. Grayscale: #707070. Windows color (decimal): -7053962 or 7757204. OLE color: 7757204.

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

Color convert

RGB14893118-
CMYK00.370.200.42
HSL332.73º22.82%47.25%-
HSV(B)332.73º37.16%58.04%-
XYZ19.415.4319.1-
YUV112.29131.22153.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 93 (36.72% from 255) = 25.91%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=41.23%
G=25.91%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489311800.370.200.42332.7322.8247.25
Hex945D76025142A14d172f
Octal22413516604524525152757
Binary100101001011101111011001001011010010101010100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945D76; }

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

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

<style>
 a { background-color: #945D76; }

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

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

<style>
 span { border-color: #945D76; }

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

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