#915774

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

Shades of Mauve Taupe #915774

Tints of Mauve Taupe #915774

Color information

#915774 (or 0x915774) is unknown color: approx Mauve Taupe. HEX triplet: 91, 57 and 74. RGB value is (145,87,116). Sum of RGB (Red+Green+Blue) = 145+87+116=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #915774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915774 is #6EA88B. Grayscale: #6B6B6B. Windows color (decimal): -7252108 or 7624593. OLE color: 7624593.

HSL color Cylindrical-coordinate representation of color #915774: hue angle of 330º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915774 is Cyan = 0, Magento = 0.4, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB14587116-
CMYK00.40.20.43
HSL330º25%45.49%-
HSV(B)330º40%56.86%-
XYZ18.2414.118.28-
YUV107.65132.72154.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=41.67%
G=25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458711600.40.20.433302545.49
Hex915774028142B14a192d
Octal22112716405024535123155
Binary100100011010111111010001010001010010101110100101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915774; }

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

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

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

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

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

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

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

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