#79696E

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

Shades of Empress #79696E

Tints of Empress #79696E

Color information

#79696E (or 0x79696E) is unknown color: approx Empress. HEX triplet: 79, 69 and 6E. RGB value is (121,105,110). Sum of RGB (Red+Green+Blue) = 121+105+110=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 121 - color contains mainly: red. Hex color #79696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79696E is #869691. Grayscale: #6E6E6E. Windows color (decimal): -8820370 or 7235961. OLE color: 7235961.

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

Color convert

RGB121105110-
CMYK00.130.090.53
HSL341.25º7.08%44.31%-
HSV(B)341.25º13.22%47.45%-
XYZ15.7515.2916.87-
YUV110.35127.8135.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.01%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=36.01%
G=31.25%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110511000.130.090.53341.257.0844.31
Hex79696E0D93515572c
Octal1711511560151165525754
Binary111100111010011101110011011001110101101010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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