#797C6F

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

Shades of Gunsmoke #797C6F

Tints of Gunsmoke #797C6F

Color information

#797C6F (or 0x797C6F) is unknown color: approx Gunsmoke. HEX triplet: 79, 7C and 6F. RGB value is (121,124,111). Sum of RGB (Red+Green+Blue) = 121+124+111=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 124 - color contains mainly: green. Hex color #797C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797C6F is #868390. Grayscale: #797979. Windows color (decimal): -8815505 or 7306361. OLE color: 7306361.

HSL color Cylindrical-coordinate representation of color #797C6F: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #797C6F is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB121124111-
CMYK0.0200.100.51
HSL73.85º5.53%46.08%-
HSV(B)73.85º10.48%48.63%-
XYZ17.9619.6317.88-
YUV121.62122.01127.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=33.99%
G=34.83%
B=31.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211241110.0200.100.5173.855.5346.08
Hex797C6F20A334a62e
Octal171174157201263112656
Binary11110011111100110111110010101100111001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,124,111); }

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

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

 a { background-color: rgb(121,124,111); }

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

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

 span { border-color: rgb(121,124,111); }

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