#7A6869

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

Shades of Empress #7A6869

Tints of Empress #7A6869

Color information

#7A6869 (or 0x7A6869) is unknown color: approx Empress. HEX triplet: 7A, 68 and 69. RGB value is (122,104,105). Sum of RGB (Red+Green+Blue) = 122+104+105=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6869 is #859796. Grayscale: #6D6D6D. Windows color (decimal): -8755095 or 6908026. OLE color: 6908026.

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

Color convert

RGB122104105-
CMYK00.150.140.52
HSL356.67º7.96%44.31%-
HSV(B)356.67º14.75%47.84%-
XYZ15.5315.0615.45-
YUV109.5125.46136.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=36.86%
G=31.42%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210410500.150.140.52356.677.9644.31
Hex7A68690FE3416582c
Octal17215015101716645451054
Binary1111010110100011010010111111101101001011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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