#79816C

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

Shades of Gunsmoke #79816C

Tints of Gunsmoke #79816C

Color information

#79816C (or 0x79816C) is unknown color: approx Gunsmoke. HEX triplet: 79, 81 and 6C. RGB value is (121,129,108). Sum of RGB (Red+Green+Blue) = 121+129+108=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 129 - color contains mainly: green. Hex color #79816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79816C is #867E93. Grayscale: #7C7C7C. Windows color (decimal): -8814228 or 7111033. OLE color: 7111033.

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

Color convert

RGB121129108-
CMYK0.0600.160.49
HSL82.86º8.86%46.47%-
HSV(B)82.86º16.28%50.59%-
XYZ18.4420.8517.24-
YUV124.21118.85125.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=33.80%
G=36.03%
B=30.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211291080.0600.160.4982.868.8646.47
Hex79816C6010315392e
Octal1712011546020611231156
Binary111100110000001110110011001000011000110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79816C; }

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

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

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

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

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

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

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

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