#976677

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

Shades of Mauve Taupe #976677

Tints of Mauve Taupe #976677

Color information

#976677 (or 0x976677) is unknown color: approx Mauve Taupe. HEX triplet: 97, 66 and 77. RGB value is (151,102,119). Sum of RGB (Red+Green+Blue) = 151+102+119=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #976677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976677 is #689988. Grayscale: #767676. Windows color (decimal): -6855049 or 7825047. OLE color: 7825047.

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

Color convert

RGB151102119-
CMYK00.320.210.41
HSL339.18º19.37%49.61%-
HSV(B)339.18º32.45%59.22%-
XYZ20.8417.4119.72-
YUV118.59128.23151.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=40.59%
G=27.42%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110211900.320.210.41339.1819.3749.61
Hex97667702015291531332
Octal22714616704025515232362
Binary100101111100110111011101000001010110100110101001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976677; }

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

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

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

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

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

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

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

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