#798167

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

Shades of Gunsmoke #798167

Tints of Gunsmoke #798167

Color information

#798167 (or 0x798167) is unknown color: approx Gunsmoke. HEX triplet: 79, 81 and 67. RGB value is (121,129,103). Sum of RGB (Red+Green+Blue) = 121+129+103=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #798167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798167 is #867E98. Grayscale: #7B7B7B. Windows color (decimal): -8814233 or 6783353. OLE color: 6783353.

HSL color Cylindrical-coordinate representation of color #798167: hue angle of 78.46º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #798167 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB121129103-
CMYK0.0600.200.49
HSL78.46º11.21%45.49%-
HSV(B)78.46º20.16%50.59%-
XYZ18.1820.7415.88-
YUV123.64116.35126.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.28%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=34.28%
G=36.54%
B=29.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211291030.0600.200.4978.4611.2145.49
Hex7981676014314eb2d
Octal1712011476024611161355
Binary111100110000001110011111001010011000110011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798167; }

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

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

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

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

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

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

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

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