#945774

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

Shades of Mauve Taupe #945774

Tints of Mauve Taupe #945774

Color information

#945774 (or 0x945774) is unknown color: approx Mauve Taupe. HEX triplet: 94, 57 and 74. RGB value is (148,87,116). Sum of RGB (Red+Green+Blue) = 148+87+116=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #945774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945774 is #6BA88B. Grayscale: #6C6C6C. Windows color (decimal): -7055500 or 7624596. OLE color: 7624596.

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

Color convert

RGB14887116-
CMYK00.410.220.42
HSL331.48º25.96%46.08%-
HSV(B)331.48º41.22%58.04%-
XYZ18.7714.3718.31-
YUV108.54132.21156.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=42.17%
G=24.79%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488711600.410.220.42331.4825.9646.08
Hex945774029162A14b1a2e
Octal22412716405126525133256
Binary100101001010111111010001010011011010101010100101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945774; }

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

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

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

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

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

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

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

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