#926477

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

Shades of Mauve Taupe #926477

Tints of Mauve Taupe #926477

Color information

#926477 (or 0x926477) is unknown color: approx Mauve Taupe. HEX triplet: 92, 64 and 77. RGB value is (146,100,119). Sum of RGB (Red+Green+Blue) = 146+100+119=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #926477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926477 is #6D9B88. Grayscale: #737373. Windows color (decimal): -7183241 or 7824530. OLE color: 7824530.

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

Color convert

RGB146100119-
CMYK00.320.180.43
HSL335.22º18.7%48.24%-
HSV(B)335.22º31.51%57.25%-
XYZ19.7416.5619.61-
YUV115.92129.74149.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 119 (46.88% from 255) = 32.60%
R=40%
G=27.40%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610011900.320.180.43335.2218.748.24
Hex926477020122B14f1330
Octal22214416704022535172360
Binary100100101100100111011101000001001010101110100111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926477; }

 p { color: rgb(146,100,119); }

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

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

 a { background-color: rgb(146,100,119); }

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

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

 span { border-color: rgb(146,100,119); }

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