#878D80

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

Shades of Gunsmoke #878D80

Tints of Gunsmoke #878D80

Color information

#878D80 (or 0x878D80) is unknown color: approx Gunsmoke. HEX triplet: 87, 8D and 80. RGB value is (135,141,128). Sum of RGB (Red+Green+Blue) = 135+141+128=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 141 - color contains mainly: green. Hex color #878D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D80 is #78727F. Grayscale: #898989. Windows color (decimal): -7893632 or 8424839. OLE color: 8424839.

HSL color Cylindrical-coordinate representation of color #878D80: hue angle of 87.69º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878D80 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB135141128-
CMYK0.0400.090.45
HSL87.69º5.39%52.75%-
HSV(B)87.69º9.22%55.29%-
XYZ23.4125.7624.16-
YUV137.72122.51126.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=33.42%
G=34.90%
B=31.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351411280.0400.090.4587.695.3952.75
Hex878D804092D58535
Octal207215200401155130565
Binary100001111000110110000000100010011011011011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878D80; }

 p { color: rgb(135,141,128); }

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

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

 a { background-color: rgb(135,141,128); }

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

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

 span { border-color: rgb(135,141,128); }

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