#828777

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

Shades of Gunsmoke #828777

Tints of Gunsmoke #828777

Color information

#828777 (or 0x828777) is unknown color: approx Gunsmoke. HEX triplet: 82, 87 and 77. RGB value is (130,135,119). Sum of RGB (Red+Green+Blue) = 130+135+119=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #828777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828777 is #7D7888. Grayscale: #838383. Windows color (decimal): -8222857 or 7833474. OLE color: 7833474.

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

Color convert

RGB130135119-
CMYK0.0400.120.47
HSL78.75º6.3%49.8%-
HSV(B)78.75º11.85%52.94%-
XYZ21.223.4120.85-
YUV131.68120.84126.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=33.85%
G=35.16%
B=30.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301351190.0400.120.4778.756.349.8
Hex82877740C2F4f632
Octal202207167401457117662
Binary10000010100001111110111100011001011111001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828777; }

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

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

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

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

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

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

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

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