#7A686E

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

Shades of Empress #7A686E

Tints of Empress #7A686E

Color information

#7A686E (or 0x7A686E) is unknown color: approx Empress. HEX triplet: 7A, 68 and 6E. RGB value is (122,104,110). Sum of RGB (Red+Green+Blue) = 122+104+110=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 122 - color contains mainly: red. Hex color #7A686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A686E is #859791. Grayscale: #6E6E6E. Windows color (decimal): -8755090 or 7235706. OLE color: 7235706.

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

Color convert

RGB122104110-
CMYK00.150.100.52
HSL340º7.96%44.31%-
HSV(B)340º14.75%47.84%-
XYZ15.7915.1616.85-
YUV110.07127.96136.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.31%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=36.31%
G=30.95%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210411000.150.100.523407.9644.31
Hex7A686E0FA3415482c
Octal17215015601712645241054
Binary1111010110100011011100111110101101001010101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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