Html Css Color HEX #7E5E6A Mauve Taupe

📋 copy color: '#7E5E6A'

red 126 ◦ green 94 ◦ blue 106

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

Shades of Mauve Taupe #7E5E6A

Tints of Mauve Taupe #7E5E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

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

R = 38.65%
G = 28.83%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7E5E6A (or 0x7E5E6A) is known color: Mauve Taupe. HEX triplet: 7E, 5E and 6A. RGB value is (126,94,106). Sum of RGB (Red+Green+Blue) = 126+94+106=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5E6A is #81A195. Grayscale: #686868. Windows color (decimal): -8495510 or 6971006. OLE color: 6971006.

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

Color convert

RGB 126 94 106 -
CMYK 0 0.25 0.16 0.51
HSL 337.5º 0.15% 0.43% -
HSV(B) 337.5º 0.25% 0.49% -
XYZ 15.21 13.48 15.44 -
YUV 104.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 126 94 106 0 0.25 0.16 0.51 337.5 0.15 0.43
Hex 7E 5E 6A 0 19 10 33 152 F 2B
Octal 176 136 152 0 31 20 63 522 17 53
Binary 1111110 1011110 1101010 0 11001 10000 110011 101010010 1111 101011

Color Harmonies of #7E5E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5E6A

Black with #7E5E6A

Text Example


Text Example

White with #7E5E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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