#797F6F

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

Shades of Gunsmoke #797F6F

Tints of Gunsmoke #797F6F

Color information

#797F6F (or 0x797F6F) is unknown color: approx Gunsmoke. HEX triplet: 79, 7F and 6F. RGB value is (121,127,111). Sum of RGB (Red+Green+Blue) = 121+127+111=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 127 - color contains mainly: green. Hex color #797F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F6F is #868090. Grayscale: #7B7B7B. Windows color (decimal): -8814737 or 7307129. OLE color: 7307129.

HSL color Cylindrical-coordinate representation of color #797F6F: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #797F6F is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB121127111-
CMYK0.0500.130.50
HSL82.5º6.72%46.67%-
HSV(B)82.5º12.6%49.8%-
XYZ18.3420.3918.01-
YUV123.38121.01126.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=33.70%
G=35.38%
B=30.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1211271110.0500.130.5082.56.7246.67
Hex797F6F50D325272f
Octal171177157501562122757
Binary111100111111111101111101011011100101010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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