#7F5F66

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

Shades of Mauve Taupe #7F5F66

Tints of Mauve Taupe #7F5F66

Color information

#7F5F66 (or 0x7F5F66) is unknown color: approx Mauve Taupe. HEX triplet: 7F, 5F and 66. RGB value is (127,95,102). Sum of RGB (Red+Green+Blue) = 127+95+102=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F66 is #80A099. Grayscale: #696969. Windows color (decimal): -8429722 or 6709119. OLE color: 6709119.

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

Color convert

RGB12795102-
CMYK00.250.200.50
HSL346.88º14.41%43.53%-
HSV(B)346.88º25.2%49.8%-
XYZ15.2413.6614.4-
YUV105.37126.1143.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=39.20%
G=29.32%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279510200.250.200.50346.8814.4143.53
Hex7F5F66019143215be2c
Octal17713714603124625331654
Binary111111110111111100110011001101001100101010110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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