#7E6F73

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

Shades of Empress #7E6F73

Tints of Empress #7E6F73

Color information

#7E6F73 (or 0x7E6F73) is unknown color: approx Empress. HEX triplet: 7E, 6F and 73. RGB value is (126,111,115). Sum of RGB (Red+Green+Blue) = 126+111+115=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6F73 is #81908C. Grayscale: #737373. Windows color (decimal): -8491149 or 7565182. OLE color: 7565182.

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

Color convert

RGB126111115-
CMYK00.120.090.51
HSL344º6.33%46.47%-
HSV(B)344º11.9%49.41%-
XYZ17.3817.0418.59-
YUV115.94127.47135.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.80%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=35.80%
G=31.53%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12611111500.120.090.513446.3346.47
Hex7E6F730C93315862e
Octal1761571630141163530656
Binary111111011011111110011011001001110011101011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,111,115); }

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

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

 a { background-color: rgb(126,111,115); }

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

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

 span { border-color: rgb(126,111,115); }

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