#878B82

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

Shades of Gunsmoke #878B82

Tints of Gunsmoke #878B82

Color information

#878B82 (or 0x878B82) is unknown color: approx Gunsmoke. HEX triplet: 87, 8B and 82. RGB value is (135,139,130). Sum of RGB (Red+Green+Blue) = 135+139+130=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 139 - color contains mainly: green. Hex color #878B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B82 is #78747D. Grayscale: #888888. Windows color (decimal): -7894142 or 8555399. OLE color: 8555399.

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

Color convert

RGB135139130-
CMYK0.0300.060.45
HSL86.67º3.73%52.75%-
HSV(B)86.67º6.47%54.51%-
XYZ23.2525.2324.76-
YUV136.78124.17126.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=33.42%
G=34.41%
B=32.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351391300.0300.060.4586.673.7352.75
Hex878B823062D57435
Octal20721320230655127465
Binary1000011110001011100000101101101011011010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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