#888B81

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

Shades of Gunsmoke #888B81

Tints of Gunsmoke #888B81

Color information

#888B81 (or 0x888B81) is unknown color: approx Gunsmoke. HEX triplet: 88, 8B and 81. RGB value is (136,139,129). Sum of RGB (Red+Green+Blue) = 136+139+129=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 139 - color contains mainly: green. Hex color #888B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B81 is #77747E. Grayscale: #898989. Windows color (decimal): -7828607 or 8489864. OLE color: 8489864.

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

Color convert

RGB136139129-
CMYK0.0200.070.45
HSL78º4.13%52.55%-
HSV(B)78º7.19%54.51%-
XYZ23.3525.2824.42-
YUV136.96123.51127.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.66%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=33.66%
G=34.41%
B=31.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361391290.0200.070.45784.1352.55
Hex888B812072D4e435
Octal21021320120755116465
Binary1000100010001011100000011001111011011001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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