#797C6E

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

Shades of Gunsmoke #797C6E

Tints of Gunsmoke #797C6E

Color information

#797C6E (or 0x797C6E) is unknown color: approx Gunsmoke. HEX triplet: 79, 7C and 6E. RGB value is (121,124,110). Sum of RGB (Red+Green+Blue) = 121+124+110=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 124 - color contains mainly: green. Hex color #797C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797C6E is #868391. Grayscale: #797979. Windows color (decimal): -8815506 or 7240825. OLE color: 7240825.

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

Color convert

RGB121124110-
CMYK0.0200.110.51
HSL72.86º5.98%45.88%-
HSV(B)72.86º11.29%48.63%-
XYZ17.9119.6117.59-
YUV121.51121.51127.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=34.08%
G=34.93%
B=30.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211241100.0200.110.5172.865.9845.88
Hex797C6E20B334962e
Octal171174156201363111656
Binary11110011111100110111010010111100111001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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