#7F8279

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

Shades of Gunsmoke #7F8279

Tints of Gunsmoke #7F8279

Color information

#7F8279 (or 0x7F8279) is unknown color: approx Gunsmoke. HEX triplet: 7F, 82 and 79. RGB value is (127,130,121). Sum of RGB (Red+Green+Blue) = 127+130+121=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8279 is #807D86. Grayscale: #808080. Windows color (decimal): -8420743 or 7963263. OLE color: 7963263.

HSL color Cylindrical-coordinate representation of color #7F8279: hue angle of 80º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F8279 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB127130121-
CMYK0.0200.070.49
HSL80º3.59%49.22%-
HSV(B)80º6.92%50.98%-
XYZ20.1921.8621.24-
YUV128.08124.01127.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.60%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=33.60%
G=34.39%
B=32.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1271301210.0200.070.49803.5949.22
Hex7F82792073150431
Octal17720217120761120461
Binary11111111000001011110011001111100011010000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8279; }

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

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

<style>
 a { background-color: #7F8279; }

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

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

<style>
 span { border-color: #7F8279; }

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

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