#79696C

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

Shades of Empress #79696C

Tints of Empress #79696C

Color information

#79696C (or 0x79696C) is unknown color: approx Empress. HEX triplet: 79, 69 and 6C. RGB value is (121,105,108). Sum of RGB (Red+Green+Blue) = 121+105+108=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 121 - color contains mainly: red. Hex color #79696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79696C is #869693. Grayscale: #6E6E6E. Windows color (decimal): -8820372 or 7104889. OLE color: 7104889.

HSL color Cylindrical-coordinate representation of color #79696C: hue angle of 348.75º 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 #79696C is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB121105108-
CMYK00.130.110.53
HSL348.75º7.08%44.31%-
HSV(B)348.75º13.22%47.45%-
XYZ15.6415.2516.31-
YUV110.13126.8135.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.23%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=36.23%
G=31.44%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110510800.130.110.53348.757.0844.31
Hex79696C0DB3515d72c
Octal1711511540151365535754
Binary111100111010011101100011011011110101101011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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