Html Css Color HEX #7E6067 Mauve Taupe

📋 copy color: '#7E6067'

red 126 ◦ green 96 ◦ blue 103

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

Shades of Mauve Taupe #7E6067

Tints of Mauve Taupe #7E6067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 38.77%
G = 29.54%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7E6067 (or 0x7E6067) is known color: Mauve Taupe. HEX triplet: 7E, 60 and 67. RGB value is (126,96,103). Sum of RGB (Red+Green+Blue) = 126+96+103=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6067 is #819F98. Grayscale: #696969. Windows color (decimal): -8495001 or 6774910. OLE color: 6774910.

HSL color Cylindrical-coordinate representation of color #7E6067: hue angle of 346º 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 #7E6067 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 96 103 -
CMYK 0 0.24 0.18 0.51
HSL 346º 0.14% 0.44% -
HSV(B) 346º 0.24% 0.49% -
XYZ 15.24 13.78 14.69 -
YUV 105.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 126 96 103 0 0.24 0.18 0.51 346 0.14 0.44
Hex 7E 60 67 0 18 12 33 15A E 2C
Octal 176 140 147 0 30 22 63 532 16 54
Binary 1111110 1100000 1100111 0 11000 10010 110011 101011010 1110 101100

Color Harmonies of #7E6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6067

Black with #7E6067

Text Example


Text Example

White with #7E6067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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