#878A83

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

Shades of Gunsmoke #878A83

Tints of Gunsmoke #878A83

Color information

#878A83 (or 0x878A83) is unknown color: approx Gunsmoke. HEX triplet: 87, 8A and 83. RGB value is (135,138,131). Sum of RGB (Red+Green+Blue) = 135+138+131=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 138 - color contains mainly: green. Hex color #878A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A83 is #78757C. Grayscale: #888888. Windows color (decimal): -7894397 or 8620679. OLE color: 8620679.

HSL color Cylindrical-coordinate representation of color #878A83: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #878A83 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB135138131-
CMYK0.0200.050.46
HSL85.71º2.9%52.75%-
HSV(B)85.71º5.07%54.12%-
XYZ23.1824.9725.07-
YUV136.3125.01127.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=33.42%
G=34.16%
B=32.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351381310.0200.050.4685.712.952.75
Hex878A832052E56335
Octal20721220320556126365
Binary100001111000101010000011100101101110101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,138,131); }

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

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

 a { background-color: rgb(135,138,131); }

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

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

 span { border-color: rgb(135,138,131); }

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