#798169

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

Shades of Gunsmoke #798169

Tints of Gunsmoke #798169

Color information

#798169 (or 0x798169) is unknown color: approx Gunsmoke. HEX triplet: 79, 81 and 69. RGB value is (121,129,105). Sum of RGB (Red+Green+Blue) = 121+129+105=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 129 - color contains mainly: green. Hex color #798169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798169 is #867E96. Grayscale: #7B7B7B. Windows color (decimal): -8814231 or 6914425. OLE color: 6914425.

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

Color convert

RGB121129105-
CMYK0.0600.190.49
HSL80º10.26%45.88%-
HSV(B)80º18.6%50.59%-
XYZ18.2920.7916.41-
YUV123.87117.35125.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=34.08%
G=36.34%
B=29.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211291050.0600.190.498010.2645.88
Hex79816960133150a2e
Octal1712011516023611201256
Binary111100110000001110100111001001111000110100001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798169; }

 p { color: rgb(121,129,105); }

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

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

 a { background-color: rgb(121,129,105); }

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

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

 span { border-color: rgb(121,129,105); }

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