#898F82

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

Shades of Gunsmoke #898F82

Tints of Gunsmoke #898F82

Color information

#898F82 (or 0x898F82) is unknown color: approx Gunsmoke. HEX triplet: 89, 8F and 82. RGB value is (137,143,130). Sum of RGB (Red+Green+Blue) = 137+143+130=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 143 - color contains mainly: green. Hex color #898F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898F82 is #76707D. Grayscale: #8B8B8B. Windows color (decimal): -7762046 or 8556425. OLE color: 8556425.

HSL color Cylindrical-coordinate representation of color #898F82: hue angle of 87.69º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #898F82 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB137143130-
CMYK0.0400.090.44
HSL87.69º5.49%53.53%-
HSV(B)87.69º9.09%56.08%-
XYZ24.1726.5724.97-
YUV139.72122.51126.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 130 (51.17% from 255) = 31.71%
R=33.41%
G=34.88%
B=31.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371431300.0400.090.4487.695.4953.53
Hex898F824092C58536
Octal211217202401154130566
Binary100010011000111110000010100010011011001011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,143,130); }

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

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

 a { background-color: rgb(137,143,130); }

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

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

 span { border-color: rgb(137,143,130); }

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