#946977

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

Shades of Mauve Taupe #946977

Tints of Mauve Taupe #946977

Color information

#946977 (or 0x946977) is unknown color: approx Mauve Taupe. HEX triplet: 94, 69 and 77. RGB value is (148,105,119). Sum of RGB (Red+Green+Blue) = 148+105+119=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #946977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946977 is #6B9688. Grayscale: #777777. Windows color (decimal): -7050889 or 7825812. OLE color: 7825812.

HSL color Cylindrical-coordinate representation of color #946977: hue angle of 340.47º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946977 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148105119-
CMYK00.290.200.42
HSL340.47º17%49.61%-
HSV(B)340.47º29.05%58.04%-
XYZ20.5917.7319.79-
YUV119.45127.75148.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=39.78%
G=28.23%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810511900.290.200.42340.471749.61
Hex94697701D142A1541132
Octal22415116703524525242162
Binary10010100110100111101110111011010010101010101010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946977; }

 p { color: rgb(148,105,119); }

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

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

 a { background-color: rgb(148,105,119); }

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

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

 span { border-color: rgb(148,105,119); }

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