#828380

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

Shades of Gunsmoke #828380

Tints of Gunsmoke #828380

Color information

#828380 (or 0x828380) is unknown color: approx Gunsmoke. HEX triplet: 82, 83 and 80. RGB value is (130,131,128). Sum of RGB (Red+Green+Blue) = 130+131+128=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 131 - color contains mainly: green. Hex color #828380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828380 is #7D7C7F. Grayscale: #828282. Windows color (decimal): -8223872 or 8422274. OLE color: 8422274.

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

Color convert

RGB130131128-
CMYK0.0100.020.49
HSL80º1.2%50.78%-
HSV(B)80º2.29%51.37%-
XYZ21.2222.5423.65-
YUV130.36126.67127.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 128 (50.39% 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
Decimal1301311280.0100.020.49801.250.78
Hex8283801023150133
Octal20220320010261120163
Binary100000101000001110000000101011000110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828380; }

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

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

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

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

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

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

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

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