#976678

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

Shades of Mauve Taupe #976678

Tints of Mauve Taupe #976678

Color information

#976678 (or 0x976678) is unknown color: approx Mauve Taupe. HEX triplet: 97, 66 and 78. RGB value is (151,102,120). Sum of RGB (Red+Green+Blue) = 151+102+120=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #976678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976678 is #689987. Grayscale: #767676. Windows color (decimal): -6855048 or 7890583. OLE color: 7890583.

HSL color Cylindrical-coordinate representation of color #976678: hue angle of 337.96º 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 #976678 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB151102120-
CMYK00.320.210.41
HSL337.96º19.37%49.61%-
HSV(B)337.96º32.45%59.22%-
XYZ20.917.4420.03-
YUV118.7128.73151.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.48%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=40.48%
G=27.35%
B=32.17%

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
Decimal15110212000.320.210.41337.9619.3749.61
Hex97667802015291521332
Octal22714617004025515222362
Binary100101111100110111100001000001010110100110101001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976678; }

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

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

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

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

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

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

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

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