#945F76

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

Shades of Mauve Taupe #945F76

Tints of Mauve Taupe #945F76

Color information

#945F76 (or 0x945F76) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5F and 76. RGB value is (148,95,118). Sum of RGB (Red+Green+Blue) = 148+95+118=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #945F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F76 is #6BA089. Grayscale: #717171. Windows color (decimal): -7053450 or 7757716. OLE color: 7757716.

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

Color convert

RGB14895118-
CMYK00.360.200.42
HSL333.96º21.81%47.65%-
HSV(B)333.96º35.81%58.04%-
XYZ19.5715.7919.16-
YUV113.47130.56152.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=41.00%
G=26.32%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489511800.360.200.42333.9621.8147.65
Hex945F76024142A14e1630
Octal22413716604424525162660
Binary100101001011111111011001001001010010101010100111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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