#798069

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

Shades of Gunsmoke #798069

Tints of Gunsmoke #798069

Color information

#798069 (or 0x798069) is unknown color: approx Gunsmoke. HEX triplet: 79, 80 and 69. RGB value is (121,128,105). Sum of RGB (Red+Green+Blue) = 121+128+105=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 128 - color contains mainly: green. Hex color #798069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798069 is #867F96. Grayscale: #7B7B7B. Windows color (decimal): -8814487 or 6914169. OLE color: 6914169.

HSL color Cylindrical-coordinate representation of color #798069: hue angle of 78.26º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #798069 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB121128105-
CMYK0.0500.180.50
HSL78.26º9.87%45.69%-
HSV(B)78.26º17.97%50.2%-
XYZ18.1520.5216.37-
YUV123.28117.68126.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=34.18%
G=36.16%
B=29.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1211281050.0500.180.5078.269.8745.69
Hex7980695012324ea2e
Octal1712001515022621161256
Binary111100110000000110100110101001011001010011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798069; }

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

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

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

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

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

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

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

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