#79696B

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

Shades of Empress #79696B

Tints of Empress #79696B

Color information

#79696B (or 0x79696B) is unknown color: approx Empress. HEX triplet: 79, 69 and 6B. RGB value is (121,105,107). Sum of RGB (Red+Green+Blue) = 121+105+107=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #79696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79696B is #869694. Grayscale: #6E6E6E. Windows color (decimal): -8820373 or 7039353. OLE color: 7039353.

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

Color convert

RGB121105107-
CMYK00.130.120.53
HSL352.5º7.08%44.31%-
HSV(B)352.5º13.22%47.45%-
XYZ15.5915.2316.03-
YUV110.01126.3135.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=36.34%
G=31.53%
B=32.13%

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
Decimal12110510700.130.120.53352.57.0844.31
Hex79696B0DC3516072c
Octal1711511530151465540754
Binary111100111010011101011011011100110101101100000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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