#878B7A

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

Shades of Gunsmoke #878B7A

Tints of Gunsmoke #878B7A

Color information

#878B7A (or 0x878B7A) is unknown color: approx Gunsmoke. HEX triplet: 87, 8B and 7A. RGB value is (135,139,122). Sum of RGB (Red+Green+Blue) = 135+139+122=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 139 - color contains mainly: green. Hex color #878B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B7A is #787485. Grayscale: #878787. Windows color (decimal): -7894150 or 8031111. OLE color: 8031111.

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

Color convert

RGB135139122-
CMYK0.0300.120.45
HSL74.12º6.83%51.18%-
HSV(B)74.12º12.23%54.51%-
XYZ22.7425.0222.04-
YUV135.87120.17127.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.09%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=34.09%
G=35.10%
B=30.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351391220.0300.120.4574.126.8351.18
Hex878B7A30C2D4a733
Octal207213172301455112763
Binary1000011110001011111101011011001011011001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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