#828679

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

Shades of Gunsmoke #828679

Tints of Gunsmoke #828679

Color information

#828679 (or 0x828679) is unknown color: approx Gunsmoke. HEX triplet: 82, 86 and 79. RGB value is (130,134,121). Sum of RGB (Red+Green+Blue) = 130+134+121=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 134 - color contains mainly: green. Hex color #828679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828679 is #7D7986. Grayscale: #838383. Windows color (decimal): -8223111 or 7964290. OLE color: 7964290.

HSL color Cylindrical-coordinate representation of color #828679: hue angle of 78.46º degrees, saturation: 0.05, 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 #828679 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB130134121-
CMYK0.0300.100.47
HSL78.46º5.1%50%-
HSV(B)78.46º9.7%52.55%-
XYZ21.1823.1821.45-
YUV131.32122.17127.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=33.77%
G=34.81%
B=31.43%

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
Decimal1301341210.0300.100.4778.465.150
Hex82867930A2F4e532
Octal202206171301257116562
Binary1000001010000110111100111010101011111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828679; }

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

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

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

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

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

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

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

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