#828678

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

Shades of Gunsmoke #828678

Tints of Gunsmoke #828678

Color information

#828678 (or 0x828678) is unknown color: approx Gunsmoke. HEX triplet: 82, 86 and 78. RGB value is (130,134,120). Sum of RGB (Red+Green+Blue) = 130+134+120=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #828678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828678 is #7D7987. Grayscale: #838383. Windows color (decimal): -8223112 or 7898754. OLE color: 7898754.

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

Color convert

RGB130134120-
CMYK0.0300.100.47
HSL77.14º5.51%49.8%-
HSV(B)77.14º10.45%52.55%-
XYZ21.1223.1521.12-
YUV131.21121.67127.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=33.85%
G=34.90%
B=31.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301341200.0300.100.4777.145.5149.8
Hex82867830A2F4d632
Octal202206170301257115662
Binary1000001010000110111100011010101011111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828678; }

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

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

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

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

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

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

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

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