#798263

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

Shades of Gunsmoke #798263

Tints of Gunsmoke #798263

Color information

#798263 (or 0x798263) is unknown color: approx Gunsmoke. HEX triplet: 79, 82 and 63. RGB value is (121,130,99). Sum of RGB (Red+Green+Blue) = 121+130+99=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #798263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798263 is #867D9C. Grayscale: #7B7B7B. Windows color (decimal): -8813981 or 6521465. OLE color: 6521465.

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

Color convert

RGB12113099-
CMYK0.0700.240.49
HSL77.42º13.54%44.9%-
HSV(B)77.42º23.85%50.98%-
XYZ18.1220.9314.89-
YUV123.78114.02126.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=34.57%
G=37.14%
B=28.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121130990.0700.240.4977.4213.5444.9
Hex7982637018314de2d
Octal1712021437030611151655
Binary111100110000010110001111101100011000110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798263; }

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

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

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

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

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

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

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

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