#925E76

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

Shades of Mauve Taupe #925E76

Tints of Mauve Taupe #925E76

Color information

#925E76 (or 0x925E76) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5E and 76. RGB value is (146,94,118). Sum of RGB (Red+Green+Blue) = 146+94+118=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #925E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E76 is #6DA189. Grayscale: #707070. Windows color (decimal): -7184778 or 7757458. OLE color: 7757458.

HSL color Cylindrical-coordinate representation of color #925E76: hue angle of 332.31º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E76 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14694118-
CMYK00.360.190.43
HSL332.31º21.67%47.06%-
HSV(B)332.31º35.62%57.25%-
XYZ19.1315.4219.11-
YUV112.28131.23152.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=40.78%
G=26.26%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469411800.360.190.43332.3121.6747.06
Hex925E76024132B14c162f
Octal22213616604423535142657
Binary100100101011110111011001001001001110101110100110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925E76; }

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

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

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

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

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

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

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

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