#926776

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

Shades of Mauve Taupe #926776

Tints of Mauve Taupe #926776

Color information

#926776 (or 0x926776) is unknown color: approx Mauve Taupe. HEX triplet: 92, 67 and 76. RGB value is (146,103,118). Sum of RGB (Red+Green+Blue) = 146+103+118=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #926776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926776 is #6D9889. Grayscale: #757575. Windows color (decimal): -7182474 or 7759762. OLE color: 7759762.

HSL color Cylindrical-coordinate representation of color #926776: hue angle of 339.07º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #926776 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB146103118-
CMYK00.290.190.43
HSL339.07º17.27%48.82%-
HSV(B)339.07º29.45%57.25%-
XYZ19.9717.1219.39-
YUV117.57128.25148.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=39.78%
G=28.07%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610311800.290.190.43339.0717.2748.82
Hex92677601D132B1531131
Octal22214716603523535232161
Binary10010010110011111101100111011001110101110101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926776; }

 p { color: rgb(146,103,118); }

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

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

 a { background-color: rgb(146,103,118); }

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

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

 span { border-color: rgb(146,103,118); }

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