#888F80

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

Shades of Gunsmoke #888F80

Tints of Gunsmoke #888F80

Color information

#888F80 (or 0x888F80) is unknown color: approx Gunsmoke. HEX triplet: 88, 8F and 80. RGB value is (136,143,128). Sum of RGB (Red+Green+Blue) = 136+143+128=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 143 - color contains mainly: green. Hex color #888F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F80 is #77707F. Grayscale: #8B8B8B. Windows color (decimal): -7827584 or 8425352. OLE color: 8425352.

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

Color convert

RGB136143128-
CMYK0.0500.100.44
HSL88º6.28%53.14%-
HSV(B)88º10.49%56.08%-
XYZ23.8726.4424.27-
YUV139.2121.68125.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.42%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=33.42%
G=35.14%
B=31.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361431280.0500.100.44886.2853.14
Hex888F8050A2C58635
Octal210217200501254130665
Binary100010001000111110000000101010101011001011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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