#7A6769

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

Shades of Empress #7A6769

Tints of Empress #7A6769

Color information

#7A6769 (or 0x7A6769) is unknown color: approx Empress. HEX triplet: 7A, 67 and 69. RGB value is (122,103,105). Sum of RGB (Red+Green+Blue) = 122+103+105=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6769 is #859896. Grayscale: #6C6C6C. Windows color (decimal): -8755351 or 6907770. OLE color: 6907770.

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

Color convert

RGB122103105-
CMYK00.160.140.52
HSL353.68º8.44%44.12%-
HSV(B)353.68º15.57%47.84%-
XYZ15.4314.8615.42-
YUV108.91125.79137.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=36.97%
G=31.21%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210310500.160.140.52353.688.4444.12
Hex7A6769010E3416282c
Octal17214715102016645421054
Binary11110101100111110100101000011101101001011000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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