#878B7D

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

Shades of Gunsmoke #878B7D

Tints of Gunsmoke #878B7D

Color information

#878B7D (or 0x878B7D) is unknown color: approx Gunsmoke. HEX triplet: 87, 8B and 7D. RGB value is (135,139,125). Sum of RGB (Red+Green+Blue) = 135+139+125=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 139 - color contains mainly: green. Hex color #878B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B7D is #787482. Grayscale: #888888. Windows color (decimal): -7894147 or 8227719. OLE color: 8227719.

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

Color convert

RGB135139125-
CMYK0.0300.100.45
HSL77.14º5.69%51.76%-
HSV(B)77.14º10.07%54.51%-
XYZ22.9325.123.04-
YUV136.21121.67127.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=33.83%
G=34.84%
B=31.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351391250.0300.100.4577.145.6951.76
Hex878B7D30A2D4d634
Octal207213175301255115664
Binary1000011110001011111110111010101011011001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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