#945772

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

Shades of Mauve Taupe #945772

Tints of Mauve Taupe #945772

Color information

#945772 (or 0x945772) is unknown color: approx Mauve Taupe. HEX triplet: 94, 57 and 72. RGB value is (148,87,114). Sum of RGB (Red+Green+Blue) = 148+87+114=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #945772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945772 is #6BA88D. Grayscale: #6C6C6C. Windows color (decimal): -7055502 or 7493524. OLE color: 7493524.

HSL color Cylindrical-coordinate representation of color #945772: hue angle of 333.44º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945772 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14887114-
CMYK00.410.230.42
HSL333.44º25.96%46.08%-
HSV(B)333.44º41.22%58.04%-
XYZ18.6614.3317.7-
YUV108.32131.21156.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=42.41%
G=24.93%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488711400.410.230.42333.4425.9646.08
Hex945772029172A14d1a2e
Octal22412716205127525153256
Binary100101001010111111001001010011011110101010100110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945772; }

 p { color: rgb(148,87,114); }

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

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

 a { background-color: rgb(148,87,114); }

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

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

 span { border-color: rgb(148,87,114); }

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