#7A6E71

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

Shades of Empress #7A6E71

Tints of Empress #7A6E71

Color information

#7A6E71 (or 0x7A6E71) is unknown color: approx Empress. HEX triplet: 7A, 6E and 71. RGB value is (122,110,113). Sum of RGB (Red+Green+Blue) = 122+110+113=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E71 is #85918E. Grayscale: #717171. Windows color (decimal): -8753551 or 7433850. OLE color: 7433850.

HSL color Cylindrical-coordinate representation of color #7A6E71: hue angle of 345º 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 #7A6E71 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB122110113-
CMYK00.100.070.52
HSL345º5.17%45.49%-
HSV(B)345º9.84%47.84%-
XYZ16.5816.4817.93-
YUV113.93127.48133.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=35.36%
G=31.88%
B=32.75%

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
Decimal12211011300.100.070.523455.1745.49
Hex7A6E710A73415952d
Octal172156161012764531555
Binary11110101101110111000101010111110100101011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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