#7A6366

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

Shades of Empress #7A6366

Tints of Empress #7A6366

Color information

#7A6366 (or 0x7A6366) is unknown color: approx Empress. HEX triplet: 7A, 63 and 66. RGB value is (122,99,102). Sum of RGB (Red+Green+Blue) = 122+99+102=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6366 is #859C99. Grayscale: #6A6A6A. Windows color (decimal): -8756378 or 6710138. OLE color: 6710138.

HSL color Cylindrical-coordinate representation of color #7A6366: hue angle of 352.17º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A6366 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB12299102-
CMYK00.190.160.52
HSL352.17º10.41%43.33%-
HSV(B)352.17º18.85%47.84%-
XYZ14.8914.0214.49-
YUV106.22125.62139.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.77%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=37.77%
G=30.65%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229910200.190.160.52352.1710.4143.33
Hex7A63660131034160a2b
Octal17214314602320645401253
Binary111101011000111100110010011100001101001011000001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,99,102); }

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

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

 a { background-color: rgb(122,99,102); }

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

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

 span { border-color: rgb(122,99,102); }

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