#818479

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

Shades of Gunsmoke #818479

Tints of Gunsmoke #818479

Color information

#818479 (or 0x818479) is unknown color: approx Gunsmoke. HEX triplet: 81, 84 and 79. RGB value is (129,132,121). Sum of RGB (Red+Green+Blue) = 129+132+121=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 132 - color contains mainly: green. Hex color #818479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818479 is #7E7B86. Grayscale: #818181. Windows color (decimal): -8289159 or 7963777. OLE color: 7963777.

HSL color Cylindrical-coordinate representation of color #818479: hue angle of 76.36º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #818479 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB129132121-
CMYK0.0200.080.48
HSL76.36º4.35%49.61%-
HSV(B)76.36º8.33%51.76%-
XYZ20.7622.5521.35-
YUV129.85123.01127.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=33.77%
G=34.55%
B=31.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291321210.0200.080.4876.364.3549.61
Hex818479208304c432
Octal201204171201060114462
Binary1000000110000100111100110010001100001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818479; }

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

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

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

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

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

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

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

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