#82857A

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

Shades of Gunsmoke #82857A

Tints of Gunsmoke #82857A

Color information

#82857A (or 0x82857A) is unknown color: approx Gunsmoke. HEX triplet: 82, 85 and 7A. RGB value is (130,133,122). Sum of RGB (Red+Green+Blue) = 130+133+122=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 133 - color contains mainly: green. Hex color #82857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82857A is #7D7A85. Grayscale: #828282. Windows color (decimal): -8223366 or 8029570. OLE color: 8029570.

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

Color convert

RGB130133122-
CMYK0.0200.080.48
HSL76.36º4.31%50%-
HSV(B)76.36º8.27%52.16%-
XYZ21.1122.9321.73-
YUV130.85123.01127.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=33.77%
G=34.55%
B=31.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301331220.0200.080.4876.364.3150
Hex82857A208304c432
Octal202205172201060114462
Binary1000001010000101111101010010001100001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,133,122); }

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

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

 a { background-color: rgb(130,133,122); }

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

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

 span { border-color: rgb(130,133,122); }

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