#878F75

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

Shades of Gunsmoke #878F75

Tints of Gunsmoke #878F75

Color information

#878F75 (or 0x878F75) is unknown color: approx Gunsmoke. HEX triplet: 87, 8F and 75. RGB value is (135,143,117). Sum of RGB (Red+Green+Blue) = 135+143+117=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 143 - color contains mainly: green. Hex color #878F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878F75 is #78708A. Grayscale: #898989. Windows color (decimal): -7893131 or 7704455. OLE color: 7704455.

HSL color Cylindrical-coordinate representation of color #878F75: hue angle of 78.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #878F75 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB135143117-
CMYK0.0600.180.44
HSL78.46º10.4%50.98%-
HSV(B)78.46º18.18%56.08%-
XYZ23.0326.0820.65-
YUV137.64116.35126.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=34.18%
G=36.20%
B=29.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351431170.0600.180.4478.4610.450.98
Hex878F7560122C4ea33
Octal2072171656022541161263
Binary1000011110001111111010111001001010110010011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,143,117); }

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

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

 a { background-color: rgb(135,143,117); }

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

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

 span { border-color: rgb(135,143,117); }

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