#80837C

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

Shades of Gunsmoke #80837C

Tints of Gunsmoke #80837C

Color information

#80837C (or 0x80837C) is unknown color: approx Gunsmoke. HEX triplet: 80, 83 and 7C. RGB value is (128,131,124). Sum of RGB (Red+Green+Blue) = 128+131+124=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 131 - color contains mainly: green. Hex color #80837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80837C is #7F7C83. Grayscale: #818181. Windows color (decimal): -8354948 or 8160128. OLE color: 8160128.

HSL color Cylindrical-coordinate representation of color #80837C: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #80837C is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB128131124-
CMYK0.0200.050.49
HSL85.71º2.75%50%-
HSV(B)85.71º5.34%51.37%-
XYZ20.6622.2822.28-
YUV129.3125.01127.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=33.42%
G=34.20%
B=32.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281311240.0200.050.4985.712.7550
Hex80837C2053156332
Octal20020317420561126362
Binary10000000100000111111100100101110001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,131,124); }

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

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

 a { background-color: rgb(128,131,124); }

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

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

 span { border-color: rgb(128,131,124); }

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