#7A6E72

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

Shades of Empress #7A6E72

Tints of Empress #7A6E72

Color information

#7A6E72 (or 0x7A6E72) is unknown color: approx Empress. HEX triplet: 7A, 6E and 72. RGB value is (122,110,114). Sum of RGB (Red+Green+Blue) = 122+110+114=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E72 is #85918D. Grayscale: #727272. Windows color (decimal): -8753550 or 7499386. OLE color: 7499386.

HSL color Cylindrical-coordinate representation of color #7A6E72: hue angle of 340º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A6E72 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB122110114-
CMYK00.100.070.52
HSL340º5.17%45.49%-
HSV(B)340º9.84%47.84%-
XYZ16.6416.518.23-
YUV114.04127.98133.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.26%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=35.26%
G=31.79%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211011400.100.070.523405.1745.49
Hex7A6E720A73415452d
Octal172156162012764524555
Binary11110101101110111001001010111110100101010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,114); }

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

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

 a { background-color: rgb(122,110,114); }

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

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

 span { border-color: rgb(122,110,114); }

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