#878D77

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

Shades of Gunsmoke #878D77

Tints of Gunsmoke #878D77

Color information

#878D77 (or 0x878D77) is unknown color: approx Gunsmoke. HEX triplet: 87, 8D and 77. RGB value is (135,141,119). Sum of RGB (Red+Green+Blue) = 135+141+119=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #878D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D77 is #787288. Grayscale: #888888. Windows color (decimal): -7893641 or 7835015. OLE color: 7835015.

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

Color convert

RGB135141119-
CMYK0.0400.160.45
HSL76.36º8.8%50.98%-
HSV(B)76.36º15.6%55.29%-
XYZ22.8525.5321.18-
YUV136.7118.01126.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=34.18%
G=35.70%
B=30.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351411190.0400.160.4576.368.850.98
Hex878D7740102D4c933
Octal2072151674020551141163
Binary1000011110001101111011110001000010110110011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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