#975874

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

Shades of Mauve Taupe #975874

Tints of Mauve Taupe #975874

Color information

#975874 (or 0x975874) is unknown color: approx Mauve Taupe. HEX triplet: 97, 58 and 74. RGB value is (151,88,116). Sum of RGB (Red+Green+Blue) = 151+88+116=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #975874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975874 is #68A78B. Grayscale: #6D6D6D. Windows color (decimal): -6858636 or 7624855. OLE color: 7624855.

HSL color Cylindrical-coordinate representation of color #975874: hue angle of 333.33º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975874 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15188116-
CMYK00.420.230.41
HSL333.33º26.36%46.86%-
HSV(B)333.33º41.72%59.22%-
XYZ19.414.8218.36-
YUV110.03131.37157.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.54%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=42.54%
G=24.79%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518811600.420.230.41333.3326.3646.86
Hex97587402A172914d1a2f
Octal22713016405227515153257
Binary100101111011000111010001010101011110100110100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975874; }

 p { color: rgb(151,88,116); }

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

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

 a { background-color: rgb(151,88,116); }

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

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

 span { border-color: rgb(151,88,116); }

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