#945B76

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

Shades of Mauve Taupe #945B76

Tints of Mauve Taupe #945B76

Color information

#945B76 (or 0x945B76) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5B and 76. RGB value is (148,91,118). Sum of RGB (Red+Green+Blue) = 148+91+118=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #945B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B76 is #6BA489. Grayscale: #6F6F6F. Windows color (decimal): -7054474 or 7756692. OLE color: 7756692.

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

Color convert

RGB14891118-
CMYK00.390.200.42
HSL331.58º23.85%46.86%-
HSV(B)331.58º38.51%58.04%-
XYZ19.2215.0919.04-
YUV111.12131.88154.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=41.46%
G=25.49%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489111800.390.200.42331.5823.8546.86
Hex945B76027142A14c182f
Octal22413316604724525143057
Binary100101001011011111011001001111010010101010100110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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