#7F6570

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

Shades of Mauve Taupe #7F6570

Tints of Mauve Taupe #7F6570

Color information

#7F6570 (or 0x7F6570) is unknown color: approx Mauve Taupe. HEX triplet: 7F, 65 and 70. RGB value is (127,101,112). Sum of RGB (Red+Green+Blue) = 127+101+112=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6570 is #809A8F. Grayscale: #6E6E6E. Windows color (decimal): -8428176 or 7366015. OLE color: 7366015.

HSL color Cylindrical-coordinate representation of color #7F6570: hue angle of 334.62º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F6570 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB127101112-
CMYK00.200.120.50
HSL334.62º11.4%44.71%-
HSV(B)334.62º20.47%49.8%-
XYZ16.3314.9917.36-
YUV110.03129.11140.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=37.35%
G=29.71%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710111200.200.120.50334.6211.444.71
Hex7F6570014C3214fb2d
Octal17714516002414625171355
Binary11111111100101111000001010011001100101010011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,101,112); }

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

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

 a { background-color: rgb(127,101,112); }

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

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

 span { border-color: rgb(127,101,112); }

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