#79696A

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

Shades of Empress #79696A

Tints of Empress #79696A

Color information

#79696A (or 0x79696A) is unknown color: approx Empress. HEX triplet: 79, 69 and 6A. RGB value is (121,105,106). Sum of RGB (Red+Green+Blue) = 121+105+106=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #79696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79696A is #869695. Grayscale: #6D6D6D. Windows color (decimal): -8820374 or 6973817. OLE color: 6973817.

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

Color convert

RGB121105106-
CMYK00.130.120.53
HSL356.25º7.08%44.31%-
HSV(B)356.25º13.22%47.45%-
XYZ15.5415.2115.75-
YUV109.9125.8135.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=36.45%
G=31.63%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110510600.130.120.53356.257.0844.31
Hex79696A0DC3516472c
Octal1711511520151465544754
Binary111100111010011101010011011100110101101100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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