#976577

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

Shades of Mauve Taupe #976577

Tints of Mauve Taupe #976577

Color information

#976577 (or 0x976577) is unknown color: approx Mauve Taupe. HEX triplet: 97, 65 and 77. RGB value is (151,101,119). Sum of RGB (Red+Green+Blue) = 151+101+119=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #976577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976577 is #689A88. Grayscale: #757575. Windows color (decimal): -6855305 or 7824791. OLE color: 7824791.

HSL color Cylindrical-coordinate representation of color #976577: hue angle of 338.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #976577 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB151101119-
CMYK00.330.210.41
HSL338.4º19.84%49.41%-
HSV(B)338.4º33.11%59.22%-
XYZ20.7517.2219.68-
YUV118128.56151.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=40.70%
G=27.22%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110111900.330.210.41338.419.8449.41
Hex97657702115291521431
Octal22714516704125515222461
Binary100101111100101111011101000011010110100110101001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976577; }

 p { color: rgb(151,101,119); }

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

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

 a { background-color: rgb(151,101,119); }

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

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

 span { border-color: rgb(151,101,119); }

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