#945775

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

Shades of Mauve Taupe #945775

Tints of Mauve Taupe #945775

Color information

#945775 (or 0x945775) is unknown color: approx Mauve Taupe. HEX triplet: 94, 57 and 75. RGB value is (148,87,117). Sum of RGB (Red+Green+Blue) = 148+87+117=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #945775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945775 is #6BA88A. Grayscale: #6C6C6C. Windows color (decimal): -7055499 or 7690132. OLE color: 7690132.

HSL color Cylindrical-coordinate representation of color #945775: hue angle of 330.49º 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 #945775 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14887117-
CMYK00.410.210.42
HSL330.49º25.96%46.08%-
HSV(B)330.49º41.22%58.04%-
XYZ18.8314.418.62-
YUV108.66132.71156.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=42.05%
G=24.72%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488711700.410.210.42330.4925.9646.08
Hex945775029152A14a1a2e
Octal22412716505125525123256
Binary100101001010111111010101010011010110101010100101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945775; }

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

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

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

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

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

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

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

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