Html Css Color HEX #7E646E Mauve Taupe

📋 copy color: '#7E646E'

red 126 ◦ green 100 ◦ blue 110

#7E646E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #7E646E

Tints of Mauve Taupe #7E646E

RGB

 RED value IS 126 (49.61% from 255) = 37.5%

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 37.5%
G = 29.76%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E646E (or 0x7E646E) is known color: Mauve Taupe. HEX triplet: 7E, 64 and 6E. RGB value is (126,100,110). Sum of RGB (Red+Green+Blue) = 126+100+110=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 126 - color contains mainly: red. Hex color #7E646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E646E is #819B91. Grayscale: #6C6C6C. Windows color (decimal): -8493970 or 7234686. OLE color: 7234686.

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

Color convert

RGB 126 100 110 -
CMYK 0 0.21 0.13 0.51
HSL 336.92º 0.12% 0.44% -
HSV(B) 336.92º 0.21% 0.49% -
XYZ 15.98 14.68 16.74 -
YUV 108.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 126 100 110 0 0.21 0.13 0.51 336.92 0.12 0.44
Hex 7E 64 6E 0 15 D 33 151 C 2C
Octal 176 144 156 0 25 15 63 521 14 54
Binary 1111110 1100100 1101110 0 10101 1101 110011 101010001 1100 101100

Color Harmonies of #7E646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E646E

Black with #7E646E

Text Example


Text Example

White with #7E646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,100,110); }

 H1.HeaderClassName
 {
   color: #7E646E;
 }
 .AnyTagClassName
 {
   color: #7E646E;
 }
</style>

background-color css

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

 a { background-color: rgb(126,100,110); }

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

border-color css

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

 span { border-color: rgb(126,100,110); }

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