#946772

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

Shades of Mauve Taupe #946772

Tints of Mauve Taupe #946772

Color information

#946772 (or 0x946772) is unknown color: approx Mauve Taupe. HEX triplet: 94, 67 and 72. RGB value is (148,103,114). Sum of RGB (Red+Green+Blue) = 148+103+114=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946772 is #6B988D. Grayscale: #757575. Windows color (decimal): -7051406 or 7497620. OLE color: 7497620.

HSL color Cylindrical-coordinate representation of color #946772: hue angle of 345.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946772 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB148103114-
CMYK00.300.230.42
HSL345.33º17.93%49.22%-
HSV(B)345.33º30.41%58.04%-
XYZ20.117.2118.18-
YUV117.71125.91149.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=40.55%
G=28.22%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810311400.300.230.42345.3317.9349.22
Hex94677201E172A1591231
Octal22414716203627525312261
Binary10010100110011111100100111101011110101010101100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946772; }

 p { color: rgb(148,103,114); }

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

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

 a { background-color: rgb(148,103,114); }

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

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

 span { border-color: rgb(148,103,114); }

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