#828773

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

Shades of Gunsmoke #828773

Tints of Gunsmoke #828773

Color information

#828773 (or 0x828773) is unknown color: approx Gunsmoke. HEX triplet: 82, 87 and 73. RGB value is (130,135,115). Sum of RGB (Red+Green+Blue) = 130+135+115=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #828773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828773 is #7D788C. Grayscale: #838383. Windows color (decimal): -8222861 or 7571330. OLE color: 7571330.

HSL color Cylindrical-coordinate representation of color #828773: hue angle of 75º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828773 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB130135115-
CMYK0.0400.150.47
HSL75º8%49.02%-
HSV(B)75º14.81%52.94%-
XYZ20.9623.3119.61-
YUV131.22118.84127.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=34.21%
G=35.53%
B=30.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301351150.0400.150.4775849.02
Hex82877340F2F4b831
Octal2022071634017571131061
Binary100000101000011111100111000111110111110010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828773; }

 p { color: rgb(130,135,115); }

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

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

 a { background-color: rgb(130,135,115); }

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

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

 span { border-color: rgb(130,135,115); }

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