#898D80

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

Shades of Gunsmoke #898D80

Tints of Gunsmoke #898D80

Color information

#898D80 (or 0x898D80) is unknown color: approx Gunsmoke. HEX triplet: 89, 8D and 80. RGB value is (137,141,128). Sum of RGB (Red+Green+Blue) = 137+141+128=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 141 - color contains mainly: green. Hex color #898D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D80 is #76727F. Grayscale: #8A8A8A. Windows color (decimal): -7762560 or 8424841. OLE color: 8424841.

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

Color convert

RGB137141128-
CMYK0.0300.090.45
HSL78.46º5.39%52.75%-
HSV(B)78.46º9.22%55.29%-
XYZ23.7425.9324.18-
YUV138.32122.17127.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=33.74%
G=34.73%
B=31.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371411280.0300.090.4578.465.3952.75
Hex898D803092D4e535
Octal211215200301155116565
Binary10001001100011011000000011010011011011001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898D80; }

 p { color: rgb(137,141,128); }

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

<style>
 a { background-color: #898D80; }

 a { background-color: rgb(137,141,128); }

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

<style>
 span { border-color: #898D80; }

 span { border-color: rgb(137,141,128); }

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