#7F616E

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

Shades of Mauve Taupe #7F616E

Tints of Mauve Taupe #7F616E

Color information

#7F616E (or 0x7F616E) is unknown color: approx Mauve Taupe. HEX triplet: 7F, 61 and 6E. RGB value is (127,97,110). Sum of RGB (Red+Green+Blue) = 127+97+110=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F616E is #809E91. Grayscale: #6B6B6B. Windows color (decimal): -8429202 or 7233919. OLE color: 7233919.

HSL color Cylindrical-coordinate representation of color #7F616E: hue angle of 334º degrees, saturation: 0.13, 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 #7F616E is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12797110-
CMYK00.240.130.50
HSL334º13.39%43.92%-
HSV(B)334º23.62%49.8%-
XYZ15.8414.1916.66-
YUV107.45129.44141.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=38.02%
G=29.04%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279711000.240.130.5033413.3943.92
Hex7F616E018D3214ed2c
Octal17714115603015625161554
Binary11111111100001110111001100011011100101010011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,97,110); }

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

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

 a { background-color: rgb(127,97,110); }

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

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

 span { border-color: rgb(127,97,110); }

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