#798267

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

Shades of Gunsmoke #798267

Tints of Gunsmoke #798267

Color information

#798267 (or 0x798267) is unknown color: approx Gunsmoke. HEX triplet: 79, 82 and 67. RGB value is (121,130,103). Sum of RGB (Red+Green+Blue) = 121+130+103=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #798267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798267 is #867D98. Grayscale: #7C7C7C. Windows color (decimal): -8813977 or 6783609. OLE color: 6783609.

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

Color convert

RGB121130103-
CMYK0.0700.210.49
HSL80º11.59%45.69%-
HSV(B)80º20.77%50.98%-
XYZ18.3221.0115.92-
YUV124.23116.02125.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=34.18%
G=36.72%
B=29.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211301030.0700.210.498011.5945.69
Hex79826770153150c2e
Octal1712021477025611201456
Binary111100110000010110011111101010111000110100001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798267; }

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

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

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

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

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

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

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

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