#80837A

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

Shades of Gunsmoke #80837A

Tints of Gunsmoke #80837A

Color information

#80837A (or 0x80837A) is unknown color: approx Gunsmoke. HEX triplet: 80, 83 and 7A. RGB value is (128,131,122). Sum of RGB (Red+Green+Blue) = 128+131+122=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 131 - color contains mainly: green. Hex color #80837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80837A is #7F7C85. Grayscale: #818181. Windows color (decimal): -8354950 or 8029056. OLE color: 8029056.

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

Color convert

RGB128131122-
CMYK0.0200.070.49
HSL80º3.56%49.61%-
HSV(B)80º6.87%51.37%-
XYZ20.5322.2321.62-
YUV129.08124.01127.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=33.60%
G=34.38%
B=32.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281311220.0200.070.49803.5649.61
Hex80837A2073150432
Octal20020317220761120462
Binary100000001000001111110101001111100011010000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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