#905774

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

Shades of Mauve Taupe #905774

Tints of Mauve Taupe #905774

Color information

#905774 (or 0x905774) is unknown color: approx Mauve Taupe. HEX triplet: 90, 57 and 74. RGB value is (144,87,116). Sum of RGB (Red+Green+Blue) = 144+87+116=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #905774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905774 is #6FA88B. Grayscale: #6B6B6B. Windows color (decimal): -7317644 or 7624592. OLE color: 7624592.

HSL color Cylindrical-coordinate representation of color #905774: hue angle of 329.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905774 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14487116-
CMYK00.400.190.44
HSL329.47º24.68%45.29%-
HSV(B)329.47º39.58%56.47%-
XYZ18.0614.0118.27-
YUV107.35132.88154.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=41.50%
G=25.07%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448711600.400.190.44329.4724.6845.29
Hex905774028132C149192d
Octal22012716405023545113155
Binary100100001010111111010001010001001110110010100100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905774; }

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

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

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

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

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

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

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

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