#798264

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

Shades of Gunsmoke #798264

Tints of Gunsmoke #798264

Color information

#798264 (or 0x798264) is unknown color: approx Gunsmoke. HEX triplet: 79, 82 and 64. RGB value is (121,130,100). Sum of RGB (Red+Green+Blue) = 121+130+100=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #798264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798264 is #867D9B. Grayscale: #7C7C7C. Windows color (decimal): -8813980 or 6587001. OLE color: 6587001.

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

Color convert

RGB121130100-
CMYK0.0700.230.49
HSL78º13.04%45.1%-
HSV(B)78º23.08%50.98%-
XYZ18.1720.9515.14-
YUV123.89114.52125.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.47%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=34.47%
G=37.04%
B=28.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211301000.0700.230.497813.0445.1
Hex7982647017314ed2d
Octal1712021447027611161555
Binary111100110000010110010011101011111000110011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798264; }

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

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

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

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

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

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

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

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