Html Css Color HEX #7E606D Mauve Taupe

📋 copy color: '#7E606D'

red 126 ◦ green 96 ◦ blue 109

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

Shades of Mauve Taupe #7E606D

Tints of Mauve Taupe #7E606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 38.07%
G = 29%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E606D (or 0x7E606D) is known color: Mauve Taupe. HEX triplet: 7E, 60 and 6D. RGB value is (126,96,109). Sum of RGB (Red+Green+Blue) = 126+96+109=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 126 - color contains mainly: red. Hex color #7E606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E606D is #819F92. Grayscale: #6A6A6A. Windows color (decimal): -8494995 or 7168126. OLE color: 7168126.

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

Color convert

RGB 126 96 109 -
CMYK 0 0.24 0.13 0.51
HSL 334º 0.14% 0.44% -
HSV(B) 334º 0.24% 0.49% -
XYZ 15.55 13.91 16.33 -
YUV 106.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 126 96 109 0 0.24 0.13 0.51 334 0.14 0.44
Hex 7E 60 6D 0 18 D 33 14E E 2C
Octal 176 140 155 0 30 15 63 516 16 54
Binary 1111110 1100000 1101101 0 11000 1101 110011 101001110 1110 101100

Color Harmonies of #7E606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E606D

Black with #7E606D

Text Example


Text Example

White with #7E606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,96,109); }

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

background-color css

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

 a { background-color: rgb(126,96,109); }

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

border-color css

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

 span { border-color: rgb(126,96,109); }

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