#925773

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

Shades of Mauve Taupe #925773

Tints of Mauve Taupe #925773

Color information

#925773 (or 0x925773) is unknown color: approx Mauve Taupe. HEX triplet: 92, 57 and 73. RGB value is (146,87,115). Sum of RGB (Red+Green+Blue) = 146+87+115=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #925773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925773 is #6DA88C. Grayscale: #6B6B6B. Windows color (decimal): -7186573 or 7559058. OLE color: 7559058.

HSL color Cylindrical-coordinate representation of color #925773: hue angle of 331.53º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925773 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14687115-
CMYK00.400.210.43
HSL331.53º25.32%45.69%-
HSV(B)331.53º40.41%57.25%-
XYZ18.3614.1717.99-
YUV107.83132.05155.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=41.95%
G=25%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468711500.400.210.43331.5325.3245.69
Hex925773028152B14c192e
Octal22212716305025535143156
Binary100100101010111111001101010001010110101110100110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925773; }

 p { color: rgb(146,87,115); }

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

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

 a { background-color: rgb(146,87,115); }

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

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

 span { border-color: rgb(146,87,115); }

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