#82867A

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

Shades of Gunsmoke #82867A

Tints of Gunsmoke #82867A

Color information

#82867A (or 0x82867A) is unknown color: approx Gunsmoke. HEX triplet: 82, 86 and 7A. RGB value is (130,134,122). Sum of RGB (Red+Green+Blue) = 130+134+122=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 134 - color contains mainly: green. Hex color #82867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82867A is #7D7985. Grayscale: #838383. Windows color (decimal): -8223110 or 8029826. OLE color: 8029826.

HSL color Cylindrical-coordinate representation of color #82867A: hue angle of 80º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #82867A is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB130134122-
CMYK0.0300.090.47
HSL80º4.72%50.2%-
HSV(B)80º8.96%52.55%-
XYZ21.2423.221.77-
YUV131.44122.67126.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=33.68%
G=34.72%
B=31.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301341220.0300.090.47804.7250.2
Hex82867A3092F50532
Octal202206172301157120562
Binary1000001010000110111101011010011011111010000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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