#7E626A

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

Shades of Mauve Taupe #7E626A

Tints of Mauve Taupe #7E626A

Color information

#7E626A (or 0x7E626A) is unknown color: approx Mauve Taupe. HEX triplet: 7E, 62 and 6A. RGB value is (126,98,106). Sum of RGB (Red+Green+Blue) = 126+98+106=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 126 - color contains mainly: red. Hex color #7E626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E626A is #819D95. Grayscale: #6B6B6B. Windows color (decimal): -8494486 or 6972030. OLE color: 6972030.

HSL color Cylindrical-coordinate representation of color #7E626A: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E626A is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB12698106-
CMYK00.220.160.51
HSL342.86º12.5%43.92%-
HSV(B)342.86º22.22%49.41%-
XYZ15.5714.2115.56-
YUV107.28127.28141.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=38.18%
G=29.70%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1269810600.220.160.51342.8612.543.92
Hex7E626A0161033157c2c
Octal17614215202620635271454
Binary111111011000101101010010110100001100111010101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,98,106); }

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

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

 a { background-color: rgb(126,98,106); }

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

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

 span { border-color: rgb(126,98,106); }

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