#797B73

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

Shades of Gunsmoke #797B73

Tints of Gunsmoke #797B73

Color information

#797B73 (or 0x797B73) is unknown color: approx Gunsmoke. HEX triplet: 79, 7B and 73. RGB value is (121,123,115). Sum of RGB (Red+Green+Blue) = 121+123+115=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 123 - color contains mainly: green. Hex color #797B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797B73 is #86848C. Grayscale: #797979. Windows color (decimal): -8815757 or 7568249. OLE color: 7568249.

HSL color Cylindrical-coordinate representation of color #797B73: hue angle of 75º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #797B73 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB121123115-
CMYK0.0200.070.52
HSL75º3.36%46.67%-
HSV(B)75º6.5%48.24%-
XYZ18.0619.4719.03-
YUV121.49124.34127.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=33.70%
G=34.26%
B=32.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211231150.0200.070.52753.3646.67
Hex797B73207344b32f
Octal17117316320764113357
Binary111100111110111110011100111110100100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,123,115); }

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

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

 a { background-color: rgb(121,123,115); }

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

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

 span { border-color: rgb(121,123,115); }

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