#797E73

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

Shades of Gunsmoke #797E73

Tints of Gunsmoke #797E73

Color information

#797E73 (or 0x797E73) is unknown color: approx Gunsmoke. HEX triplet: 79, 7E and 73. RGB value is (121,126,115). Sum of RGB (Red+Green+Blue) = 121+126+115=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 126 - color contains mainly: green. Hex color #797E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E73 is #86818C. Grayscale: #7B7B7B. Windows color (decimal): -8814989 or 7569017. OLE color: 7569017.

HSL color Cylindrical-coordinate representation of color #797E73: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #797E73 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB121126115-
CMYK0.0400.090.51
HSL87.27º4.56%47.25%-
HSV(B)87.27º8.73%49.41%-
XYZ18.4420.2219.15-
YUV123.25123.34126.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.43%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=33.43%
G=34.81%
B=31.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211261150.0400.090.5187.274.5647.25
Hex797E73409335752f
Octal171176163401163127557
Binary111100111111101110011100010011100111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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