#7F626D

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

Shades of Mauve Taupe #7F626D

Tints of Mauve Taupe #7F626D

Color information

#7F626D (or 0x7F626D) is unknown color: approx Mauve Taupe. HEX triplet: 7F, 62 and 6D. RGB value is (127,98,109). Sum of RGB (Red+Green+Blue) = 127+98+109=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F626D is #809D92. Grayscale: #6B6B6B. Windows color (decimal): -8428947 or 7168639. OLE color: 7168639.

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

Color convert

RGB12798109-
CMYK00.230.140.50
HSL337.24º12.89%44.12%-
HSV(B)337.24º22.83%49.8%-
XYZ15.8814.3516.4-
YUV107.92128.61141.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=38.02%
G=29.34%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279810900.230.140.50337.2412.8944.12
Hex7F626D017E32151d2c
Octal17714215502716625211554
Binary11111111100010110110101011111101100101010100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,98,109); }

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

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

 a { background-color: rgb(127,98,109); }

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

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

 span { border-color: rgb(127,98,109); }

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