#878B7E

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

Shades of Gunsmoke #878B7E

Tints of Gunsmoke #878B7E

Color information

#878B7E (or 0x878B7E) is unknown color: approx Gunsmoke. HEX triplet: 87, 8B and 7E. RGB value is (135,139,126). Sum of RGB (Red+Green+Blue) = 135+139+126=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #878B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B7E is #787481. Grayscale: #888888. Windows color (decimal): -7894146 or 8293255. OLE color: 8293255.

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

Color convert

RGB135139126-
CMYK0.0300.090.45
HSL78.46º5.31%51.96%-
HSV(B)78.46º9.35%54.51%-
XYZ22.9925.1223.38-
YUV136.32122.17127.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.75%
GREEN value IS 139 (54.69% from 255) = 34.75%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=33.75%
G=34.75%
B=31.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351391260.0300.090.4578.465.3151.96
Hex878B7E3092D4e534
Octal207213176301155116564
Binary1000011110001011111111011010011011011001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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