#80847A

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

Shades of Gunsmoke #80847A

Tints of Gunsmoke #80847A

Color information

#80847A (or 0x80847A) is unknown color: approx Gunsmoke. HEX triplet: 80, 84 and 7A. RGB value is (128,132,122). Sum of RGB (Red+Green+Blue) = 128+132+122=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 132 - color contains mainly: green. Hex color #80847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80847A is #7F7B85. Grayscale: #818181. Windows color (decimal): -8354694 or 8029312. OLE color: 8029312.

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

Color convert

RGB128132122-
CMYK0.0300.080.48
HSL84º3.94%49.8%-
HSV(B)84º7.58%51.76%-
XYZ20.6722.521.67-
YUV129.66123.67126.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=33.51%
G=34.55%
B=31.94%

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
Decimal1281321220.0300.080.48843.9449.8
Hex80847A3083054432
Octal200204172301060124462
Binary1000000010000100111101011010001100001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80847A; }

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

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

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

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

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

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

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

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