#7F5E68

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

Shades of Mauve Taupe #7F5E68

Tints of Mauve Taupe #7F5E68

Color information

#7F5E68 (or 0x7F5E68) is unknown color: approx Mauve Taupe. HEX triplet: 7F, 5E and 68. RGB value is (127,94,104). Sum of RGB (Red+Green+Blue) = 127+94+104=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5E68 is #80A197. Grayscale: #696969. Windows color (decimal): -8429976 or 6839935. OLE color: 6839935.

HSL color Cylindrical-coordinate representation of color #7F5E68: hue angle of 341.82º 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 #7F5E68 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB12794104-
CMYK00.260.180.50
HSL341.82º14.93%43.33%-
HSV(B)341.82º25.98%49.8%-
XYZ15.2513.5214.9-
YUV105.01127.43143.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.08%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 104 (41.02% from 255) = 32%
R=39.08%
G=28.92%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279410400.260.180.50341.8214.9343.33
Hex7F5E6801A1232156f2b
Octal17713615003222625261753
Binary111111110111101101000011010100101100101010101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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