#888E7D

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

Shades of Gunsmoke #888E7D

Tints of Gunsmoke #888E7D

Color information

#888E7D (or 0x888E7D) is unknown color: approx Gunsmoke. HEX triplet: 88, 8E and 7D. RGB value is (136,142,125). Sum of RGB (Red+Green+Blue) = 136+142+125=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 142 - color contains mainly: green. Hex color #888E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E7D is #777182. Grayscale: #8A8A8A. Windows color (decimal): -7827843 or 8228488. OLE color: 8228488.

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

Color convert

RGB136142125-
CMYK0.0400.120.44
HSL81.18º7%52.35%-
HSV(B)81.18º11.97%55.69%-
XYZ23.5326.0623.19-
YUV138.27120.51126.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.75%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=33.75%
G=35.24%
B=31.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361421250.0400.120.4481.18752.35
Hex888E7D40C2C51734
Octal210216175401454121764
Binary10001000100011101111101100011001011001010001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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