#888F7D

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

Shades of Gunsmoke #888F7D

Tints of Gunsmoke #888F7D

Color information

#888F7D (or 0x888F7D) is unknown color: approx Gunsmoke. HEX triplet: 88, 8F and 7D. RGB value is (136,143,125). Sum of RGB (Red+Green+Blue) = 136+143+125=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 143 - color contains mainly: green. Hex color #888F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888F7D is #777082. Grayscale: #8A8A8A. Windows color (decimal): -7827587 or 8228744. OLE color: 8228744.

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

Color convert

RGB136143125-
CMYK0.0500.130.44
HSL83.33º7.44%52.55%-
HSV(B)83.33º12.59%56.08%-
XYZ23.6826.3623.24-
YUV138.85120.18125.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.66%
GREEN value IS 143 (56.25% from 255) = 35.40%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=33.66%
G=35.40%
B=30.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361431250.0500.130.4483.337.4452.55
Hex888F7D50D2C53735
Octal210217175501554123765
Binary10001000100011111111101101011011011001010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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