Shades of Strikemaster #896C80
Tints of Strikemaster #896C80
RGB
CMYK
RGB Variations
Color information
#896C80 (or 0x896C80) is known color: Strikemaster. HEX triplet: 89, 6C and 80. RGB value is (137,108,128). Sum of RGB (Red+Green+Blue) = 137+108+128=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #896C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C80 is #76937F. Grayscale: #767676. Windows color (decimal): -7771008 or 8416393. OLE color: 8416393.
HSL color Cylindrical-coordinate representation of color #896C80: hue angle of 318.62º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896C80 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 128 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.46 |
| HSL | 318.62º | 0.12% | 0.48% | - |
| HSV(B) | 318.62º | 0.21% | 0.54% | - |
| XYZ | 19.58 | 17.6 | 22.79 | - |
| YUV | 118.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 128 | 0 | 0.21 | 0.07 | 0.46 | 318.62 | 0.12 | 0.48 |
| Hex | 89 | 6C | 80 | 0 | 15 | 7 | 2E | 13F | C | 30 |
| Octal | 211 | 154 | 200 | 0 | 25 | 7 | 56 | 477 | 14 | 60 |
| Binary | 10001001 | 1101100 | 10000000 | 0 | 10101 | 111 | 101110 | 100111111 | 1100 | 110000 |
Color Harmonies of #896C80
Complementary color
Monochromatic Colors of #896C80
Black with #896C80
Text Example
Text Example
White with #896C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C80; }
p { color: rgb(137,108,128); }
H1.HeaderClassName
{
color: #896C80;
}
.AnyTagClassName
{
color: #896C80;
}
</style>
background-color css
<style>
a { background-color: #896C80; }
a { background-color: rgb(137,108,128); }
div.DivClassName
{
background-color: #896C80;
}
.BgClassName
{
background-color: #896C80;
}
</style>
border-color css
<style>
span { border-color: #896C80; }
span { border-color: rgb(137,108,128); }
td.TdClassName
{
border-color: #896C80;
}
.TagClassName
{
border-color: #896C80;
}
</style>