#888E7C

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

Shades of Gunsmoke #888E7C

Tints of Gunsmoke #888E7C

Color information

#888E7C (or 0x888E7C) is unknown color: approx Gunsmoke. HEX triplet: 88, 8E and 7C. RGB value is (136,142,124). Sum of RGB (Red+Green+Blue) = 136+142+124=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 142 - color contains mainly: green. Hex color #888E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E7C is #777183. Grayscale: #8A8A8A. Windows color (decimal): -7827844 or 8162952. OLE color: 8162952.

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

Color convert

RGB136142124-
CMYK0.0400.130.44
HSL80º7.38%52.16%-
HSV(B)80º12.68%55.69%-
XYZ23.4626.0422.86-
YUV138.15120.01126.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.83%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=33.83%
G=35.32%
B=30.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361421240.0400.130.44807.3852.16
Hex888E7C40D2C50734
Octal210216174401554120764
Binary10001000100011101111100100011011011001010000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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