#7F606C

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

Shades of Mauve Taupe #7F606C

Tints of Mauve Taupe #7F606C

Color information

#7F606C (or 0x7F606C) is unknown color: approx Mauve Taupe. HEX triplet: 7F, 60 and 6C. RGB value is (127,96,108). Sum of RGB (Red+Green+Blue) = 127+96+108=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F606C is #809F93. Grayscale: #6A6A6A. Windows color (decimal): -8429460 or 7102591. OLE color: 7102591.

HSL color Cylindrical-coordinate representation of color #7F606C: hue angle of 336.77º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F606C is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB12796108-
CMYK00.240.150.50
HSL336.77º13.9%43.73%-
HSV(B)336.77º24.41%49.8%-
XYZ15.6413.9616.06-
YUV106.64128.77142.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.37%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=38.37%
G=29.00%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279610800.240.150.50336.7713.943.73
Hex7F606C018F32151e2c
Octal17714015403017625211654
Binary11111111100000110110001100011111100101010100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F606C; }

 p { color: rgb(127,96,108); }

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

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

 a { background-color: rgb(127,96,108); }

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

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

 span { border-color: rgb(127,96,108); }

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