Html Css Color HEX #7E626A Mauve Taupe

📋 copy color: '#7E626A'

red 126 ◦ green 98 ◦ blue 106

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

Shades of Mauve Taupe #7E626A

Tints of Mauve Taupe #7E626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 38.18%
G = 29.7%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7E626A (or 0x7E626A) is known color: 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

RGB 126 98 106 -
CMYK 0 0.22 0.16 0.51
HSL 342.86º 0.13% 0.44% -
HSV(B) 342.86º 0.22% 0.49% -
XYZ 15.57 14.21 15.56 -
YUV 107.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 126 98 106 0 0.22 0.16 0.51 342.86 0.13 0.44
Hex 7E 62 6A 0 16 10 33 157 C 2C
Octal 176 142 152 0 26 20 63 527 14 54
Binary 1111110 1100010 1101010 0 10110 10000 110011 101010111 1100 101100

Color Harmonies of #7E626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E626A

Black with #7E626A

Text Example


Text Example

White with #7E626A

Text Example


Text Example

HTML Codes & Css Web 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>