#797D6A

Color #797D6A Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #797D6A

Tints of Gunsmoke #797D6A

Color information

#797D6A (or 0x797D6A) is unknown color: approx Gunsmoke. HEX triplet: 79, 7D and 6A. RGB value is (121,125,106). Sum of RGB (Red+Green+Blue) = 121+125+106=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 125 - color contains mainly: green. Hex color #797D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797D6A is #868295. Grayscale: #797979. Windows color (decimal): -8815254 or 6978937. OLE color: 6978937.

HSL color Cylindrical-coordinate representation of color #797D6A: hue angle of 72.63º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #797D6A is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB121125106-
CMYK0.0300.150.51
HSL72.63º8.23%45.29%-
HSV(B)72.63º15.2%49.02%-
XYZ17.8219.7716.51-
YUV121.64119.17127.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.38%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=34.38%
G=35.51%
B=30.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211251060.0300.150.5172.638.2345.29
Hex797D6A30F334982d
Octal1711751523017631111055
Binary111100111111011101010110111111001110010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797D6A; }

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

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

<style>
 a { background-color: #797D6A; }

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

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

<style>
 span { border-color: #797D6A; }

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

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