#79696D

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

Shades of Empress #79696D

Tints of Empress #79696D

Color information

#79696D (or 0x79696D) is unknown color: approx Empress. HEX triplet: 79, 69 and 6D. RGB value is (121,105,109). Sum of RGB (Red+Green+Blue) = 121+105+109=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 121 - color contains mainly: red. Hex color #79696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79696D is #869692. Grayscale: #6E6E6E. Windows color (decimal): -8820371 or 7170425. OLE color: 7170425.

HSL color Cylindrical-coordinate representation of color #79696D: hue angle of 345º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #79696D is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB121105109-
CMYK00.130.100.53
HSL345º7.08%44.31%-
HSV(B)345º13.22%47.45%-
XYZ15.715.2716.59-
YUV110.24127.3135.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.12%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=36.12%
G=31.34%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110510900.130.100.533457.0844.31
Hex79696D0DA3515972c
Octal1711511550151265531754
Binary111100111010011101101011011010110101101011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79696D; }

 p { color: rgb(121,105,109); }

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

<style>
 a { background-color: #79696D; }

 a { background-color: rgb(121,105,109); }

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

<style>
 span { border-color: #79696D; }

 span { border-color: rgb(121,105,109); }

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