#818280

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

Shades of Gunsmoke #818280

Tints of Gunsmoke #818280

Color information

#818280 (or 0x818280) is unknown color: approx Gunsmoke. HEX triplet: 81, 82 and 80. RGB value is (129,130,128). Sum of RGB (Red+Green+Blue) = 129+130+128=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 130 - color contains mainly: green. Hex color #818280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818280 is #7E7D7F. Grayscale: #818181. Windows color (decimal): -8289664 or 8422017. OLE color: 8422017.

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

Color convert

RGB129130128-
CMYK0.0100.020.49
HSL90º0.79%50.59%-
HSV(B)90º1.54%50.98%-
XYZ20.9322.1923.6-
YUV129.47127.17127.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 128 (50.39% 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
Decimal1291301280.0100.020.49900.7950.59
Hex818280102315a133
Octal20120220010261132163
Binary100000011000001010000000101011000110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818280; }

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

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

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

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

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

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

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

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