#7A6568

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

Shades of Empress #7A6568

Tints of Empress #7A6568

Color information

#7A6568 (or 0x7A6568) is unknown color: approx Empress. HEX triplet: 7A, 65 and 68. RGB value is (122,101,104). Sum of RGB (Red+Green+Blue) = 122+101+104=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6568 is #859A97. Grayscale: #6B6B6B. Windows color (decimal): -8755864 or 6841722. OLE color: 6841722.

HSL color Cylindrical-coordinate representation of color #7A6568: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A6568 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB122101104-
CMYK00.170.150.52
HSL351.43º9.42%43.73%-
HSV(B)351.43º17.21%47.84%-
XYZ15.1814.4415.08-
YUV107.62125.96138.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.31%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=37.31%
G=30.89%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210110400.170.150.52351.439.4243.73
Hex7A6568011F3415f92c
Octal17214515002117645371154
Binary11110101100101110100001000111111101001010111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,101,104); }

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

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

 a { background-color: rgb(122,101,104); }

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

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

 span { border-color: rgb(122,101,104); }

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