#80817E

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

Shades of Gunsmoke #80817E

Tints of Gunsmoke #80817E

Color information

#80817E (or 0x80817E) is unknown color: approx Gunsmoke. HEX triplet: 80, 81 and 7E. RGB value is (128,129,126). Sum of RGB (Red+Green+Blue) = 128+129+126=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 129 - color contains mainly: green. Hex color #80817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80817E is #7F7E81. Grayscale: #808080. Windows color (decimal): -8355458 or 8290688. OLE color: 8290688.

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

Color convert

RGB128129126-
CMYK0.0100.020.49
HSL80º1.18%50%-
HSV(B)80º2.33%50.59%-
XYZ20.5221.822.86-
YUV128.36126.67127.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=33.42%
G=33.68%
B=32.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281291260.0100.020.49801.1850
Hex80817E1023150132
Octal20020117610261120162
Binary10000000100000011111110101011000110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80817E; }

 p { color: rgb(128,129,126); }

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

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

 a { background-color: rgb(128,129,126); }

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

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

 span { border-color: rgb(128,129,126); }

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