#808479

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

Shades of Gunsmoke #808479

Tints of Gunsmoke #808479

Color information

#808479 (or 0x808479) is unknown color: approx Gunsmoke. HEX triplet: 80, 84 and 79. RGB value is (128,132,121). Sum of RGB (Red+Green+Blue) = 128+132+121=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 132 - color contains mainly: green. Hex color #808479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808479 is #7F7B86. Grayscale: #818181. Windows color (decimal): -8354695 or 7963776. OLE color: 7963776.

HSL color Cylindrical-coordinate representation of color #808479: hue angle of 81.82º 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 #808479 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB128132121-
CMYK0.0300.080.48
HSL81.82º4.35%49.61%-
HSV(B)81.82º8.33%51.76%-
XYZ20.622.4721.34-
YUV129.55123.17126.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=33.60%
G=34.65%
B=31.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281321210.0300.080.4881.824.3549.61
Hex8084793083052432
Octal200204171301060122462
Binary1000000010000100111100111010001100001010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808479; }

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

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

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

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

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

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

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

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