#80817F

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

Shades of Gunsmoke #80817F

Tints of Gunsmoke #80817F

Color information

#80817F (or 0x80817F) is unknown color: approx Gunsmoke. HEX triplet: 80, 81 and 7F. RGB value is (128,129,127). Sum of RGB (Red+Green+Blue) = 128+129+127=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 129 - color contains mainly: green. Hex color #80817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80817F is #7F7E80. Grayscale: #808080. Windows color (decimal): -8355457 or 8356224. OLE color: 8356224.

HSL color Cylindrical-coordinate representation of color #80817F: hue angle of 90º 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 #80817F is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB128129127-
CMYK0.0100.020.49
HSL90º0.79%50.2%-
HSV(B)90º1.55%50.59%-
XYZ20.5821.8223.21-
YUV128.47127.17127.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 127 (50% from 255) = 33.07%
R=33.33%
G=33.59%
B=33.07%

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
Decimal1281291270.0100.020.49900.7950.2
Hex80817F102315a132
Octal20020117710261132162
Binary10000000100000011111111101011000110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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