#878E7A

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

Shades of Gunsmoke #878E7A

Tints of Gunsmoke #878E7A

Color information

#878E7A (or 0x878E7A) is unknown color: approx Gunsmoke. HEX triplet: 87, 8E and 7A. RGB value is (135,142,122). Sum of RGB (Red+Green+Blue) = 135+142+122=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 142 - color contains mainly: green. Hex color #878E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E7A is #787185. Grayscale: #898989. Windows color (decimal): -7893382 or 8031879. OLE color: 8031879.

HSL color Cylindrical-coordinate representation of color #878E7A: hue angle of 81º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #878E7A is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB135142122-
CMYK0.0500.140.44
HSL81º8.13%51.76%-
HSV(B)81º14.08%55.69%-
XYZ23.1825.922.19-
YUV137.63119.18126.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=33.83%
G=35.59%
B=30.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351421220.0500.140.44818.1351.76
Hex878E7A50E2C51834
Octal2072161725016541211064
Binary100001111000111011110101010111010110010100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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