#79706C

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

Shades of Russett #79706C

Tints of Russett #79706C

Color information

#79706C (or 0x79706C) is unknown color: approx Russett. HEX triplet: 79, 70 and 6C. RGB value is (121,112,108). Sum of RGB (Red+Green+Blue) = 121+112+108=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #79706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79706C is #868F93. Grayscale: #727272. Windows color (decimal): -8818580 or 7106681. OLE color: 7106681.

HSL color Cylindrical-coordinate representation of color #79706C: hue angle of 18.46º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #79706C is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB121112108-
CMYK00.070.110.53
HSL18.46º5.68%44.9%-
HSV(B)18.46º10.74%47.45%-
XYZ16.3916.7416.55-
YUV114.24124.48132.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=35.48%
G=32.84%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111210800.070.110.5318.465.6844.9
Hex79706C07B351262d
Octal17116015407136522655
Binary1111001111000011011000111101111010110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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