#888B82

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

Shades of Gunsmoke #888B82

Tints of Gunsmoke #888B82

Color information

#888B82 (or 0x888B82) is unknown color: approx Gunsmoke. HEX triplet: 88, 8B and 82. RGB value is (136,139,130). Sum of RGB (Red+Green+Blue) = 136+139+130=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 139 - color contains mainly: green. Hex color #888B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B82 is #77747D. Grayscale: #898989. Windows color (decimal): -7828606 or 8555400. OLE color: 8555400.

HSL color Cylindrical-coordinate representation of color #888B82: hue angle of 80º degrees, saturation: 0.04, 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 #888B82 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB136139130-
CMYK0.0200.060.45
HSL80º3.73%52.75%-
HSV(B)80º6.47%54.51%-
XYZ23.4225.3124.77-
YUV137.08124.01127.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 139 (54.69% from 255) = 34.32%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=33.58%
G=34.32%
B=32.10%

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
Decimal1361391300.0200.060.45803.7352.75
Hex888B822062D50435
Octal21021320220655120465
Binary1000100010001011100000101001101011011010000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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