#7A6768

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

Shades of Empress #7A6768

Tints of Empress #7A6768

Color information

#7A6768 (or 0x7A6768) is unknown color: approx Empress. HEX triplet: 7A, 67 and 68. RGB value is (122,103,104). Sum of RGB (Red+Green+Blue) = 122+103+104=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6768 is #859897. Grayscale: #6C6C6C. Windows color (decimal): -8755352 or 6842234. OLE color: 6842234.

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

Color convert

RGB122103104-
CMYK00.160.150.52
HSL356.84º8.44%44.12%-
HSV(B)356.84º15.57%47.84%-
XYZ15.3714.8415.15-
YUV108.79125.29137.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=37.08%
G=31.31%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210310400.160.150.52356.848.4444.12
Hex7A6768010F3416582c
Octal17214715002017645451054
Binary11110101100111110100001000011111101001011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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