#888B83

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

Shades of Gunsmoke #888B83

Tints of Gunsmoke #888B83

Color information

#888B83 (or 0x888B83) is unknown color: approx Gunsmoke. HEX triplet: 88, 8B and 83. RGB value is (136,139,131). Sum of RGB (Red+Green+Blue) = 136+139+131=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 139 - color contains mainly: green. Hex color #888B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B83 is #77747C. Grayscale: #898989. Windows color (decimal): -7828605 or 8620936. OLE color: 8620936.

HSL color Cylindrical-coordinate representation of color #888B83: hue angle of 82.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888B83 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB136139131-
CMYK0.0200.060.45
HSL82.5º3.33%52.94%-
HSV(B)82.5º5.76%54.51%-
XYZ23.4825.3425.13-
YUV137.19124.51127.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=33.50%
G=34.24%
B=32.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361391310.0200.060.4582.53.3352.94
Hex888B832062D52335
Octal21021320320655122365
Binary100010001000101110000011100110101101101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,139,131); }

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

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

 a { background-color: rgb(136,139,131); }

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

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

 span { border-color: rgb(136,139,131); }

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