#7F5E66

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

Shades of Mauve Taupe #7F5E66

Tints of Mauve Taupe #7F5E66

Color information

#7F5E66 (or 0x7F5E66) is unknown color: approx Mauve Taupe. HEX triplet: 7F, 5E and 66. RGB value is (127,94,102). Sum of RGB (Red+Green+Blue) = 127+94+102=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5E66 is #80A199. Grayscale: #686868. Windows color (decimal): -8429978 or 6708863. OLE color: 6708863.

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

Color convert

RGB12794102-
CMYK00.260.200.50
HSL345.45º14.93%43.33%-
HSV(B)345.45º25.98%49.8%-
XYZ15.1513.4814.37-
YUV104.78126.43143.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.32%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=39.32%
G=29.10%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279410200.260.200.50345.4514.9343.33
Hex7F5E6601A1432159f2b
Octal17713614603224625311753
Binary111111110111101100110011010101001100101010110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,94,102); }

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

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

 a { background-color: rgb(127,94,102); }

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

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

 span { border-color: rgb(127,94,102); }

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