#82847D

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

Shades of Gunsmoke #82847D

Tints of Gunsmoke #82847D

Color information

#82847D (or 0x82847D) is unknown color: approx Gunsmoke. HEX triplet: 82, 84 and 7D. RGB value is (130,132,125). Sum of RGB (Red+Green+Blue) = 130+132+125=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 132 - color contains mainly: green. Hex color #82847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82847D is #7D7B82. Grayscale: #828282. Windows color (decimal): -8223619 or 8225922. OLE color: 8225922.

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

Color convert

RGB130132125-
CMYK0.0200.050.48
HSL77.14º2.77%50.39%-
HSV(B)77.14º5.3%51.76%-
XYZ21.1622.7322.67-
YUV130.6124.84127.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=33.59%
G=34.11%
B=32.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301321250.0200.050.4877.142.7750.39
Hex82847D205304d332
Octal20220417520560115362
Binary10000010100001001111101100101110000100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82847D; }

 p { color: rgb(130,132,125); }

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

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

 a { background-color: rgb(130,132,125); }

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

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

 span { border-color: rgb(130,132,125); }

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