#888E78

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

Shades of Gunsmoke #888E78

Tints of Gunsmoke #888E78

Color information

#888E78 (or 0x888E78) is unknown color: approx Gunsmoke. HEX triplet: 88, 8E and 78. RGB value is (136,142,120). Sum of RGB (Red+Green+Blue) = 136+142+120=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 142 - color contains mainly: green. Hex color #888E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E78 is #777187. Grayscale: #898989. Windows color (decimal): -7827848 or 7900808. OLE color: 7900808.

HSL color Cylindrical-coordinate representation of color #888E78: hue angle of 76.36º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #888E78 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB136142120-
CMYK0.0400.150.44
HSL76.36º8.87%51.37%-
HSV(B)76.36º15.49%55.69%-
XYZ23.2225.9421.55-
YUV137.7118.01126.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.17%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=34.17%
G=35.68%
B=30.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361421200.0400.150.4476.368.8751.37
Hex888E7840F2C4c933
Octal2102161704017541141163
Binary100010001000111011110001000111110110010011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888E78; }

 p { color: rgb(136,142,120); }

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

<style>
 a { background-color: #888E78; }

 a { background-color: rgb(136,142,120); }

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

<style>
 span { border-color: #888E78; }

 span { border-color: rgb(136,142,120); }

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