#82867D

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

Shades of Gunsmoke #82867D

Tints of Gunsmoke #82867D

Color information

#82867D (or 0x82867D) is unknown color: approx Gunsmoke. HEX triplet: 82, 86 and 7D. RGB value is (130,134,125). Sum of RGB (Red+Green+Blue) = 130+134+125=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 134 - color contains mainly: green. Hex color #82867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82867D is #7D7982. Grayscale: #838383. Windows color (decimal): -8223107 or 8226434. OLE color: 8226434.

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

Color convert

RGB130134125-
CMYK0.0300.070.47
HSL86.67º3.59%50.78%-
HSV(B)86.67º6.72%52.55%-
XYZ21.4323.2822.77-
YUV131.78124.17126.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=33.42%
G=34.45%
B=32.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301341250.0300.070.4786.673.5950.78
Hex82867D3072F57433
Octal20220617530757127463
Binary100000101000011011111011101111011111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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