#7E6A6E

Color #7E6A6E Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #7E6A6E

Tints of Empress #7E6A6E

Color information

#7E6A6E (or 0x7E6A6E) is unknown color: approx Empress. HEX triplet: 7E, 6A and 6E. RGB value is (126,106,110). Sum of RGB (Red+Green+Blue) = 126+106+110=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6A6E is #819591. Grayscale: #707070. Windows color (decimal): -8492434 or 7236222. OLE color: 7236222.

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

Color convert

RGB126106110-
CMYK00.160.130.51
HSL348º8.62%45.49%-
HSV(B)348º15.87%49.41%-
XYZ16.5715.8716.94-
YUV112.44126.63137.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.84%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=36.84%
G=30.99%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12610611000.160.130.513488.6245.49
Hex7E6A6E010D3315c92d
Octal17615215602015635341155
Binary11111101101010110111001000011011100111010111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E6A6E;
 }
 .AnyTagClassName
 {
   color: #7E6A6E;
 }
</style>
background-color css

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

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

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

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

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

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