Shades of Strikemaster #89687B
Tints of Strikemaster #89687B
RGB
CMYK
RGB Variations
Color information
#89687B (or 0x89687B) is known color: Strikemaster. HEX triplet: 89, 68 and 7B. RGB value is (137,104,123). Sum of RGB (Red+Green+Blue) = 137+104+123=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #89687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89687B is #769784. Grayscale: #737373. Windows color (decimal): -7772037 or 8087689. OLE color: 8087689.
HSL color Cylindrical-coordinate representation of color #89687B: hue angle of 325.45º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89687B is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 123 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.46 |
| HSL | 325.45º | 0.14% | 0.47% | - |
| HSV(B) | 325.45º | 0.24% | 0.54% | - |
| XYZ | 18.84 | 16.65 | 20.96 | - |
| YUV | 116.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 123 | 0 | 0.24 | 0.10 | 0.46 | 325.45 | 0.14 | 0.47 |
| Hex | 89 | 68 | 7B | 0 | 18 | A | 2E | 145 | E | 2F |
| Octal | 211 | 150 | 173 | 0 | 30 | 12 | 56 | 505 | 16 | 57 |
| Binary | 10001001 | 1101000 | 1111011 | 0 | 11000 | 1010 | 101110 | 101000101 | 1110 | 101111 |
Color Harmonies of #89687B
Complementary color
Monochromatic Colors of #89687B
Black with #89687B
Text Example
Text Example
White with #89687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89687B; }
p { color: rgb(137,104,123); }
H1.HeaderClassName
{
color: #89687B;
}
.AnyTagClassName
{
color: #89687B;
}
</style>
background-color css
<style>
a { background-color: #89687B; }
a { background-color: rgb(137,104,123); }
div.DivClassName
{
background-color: #89687B;
}
.BgClassName
{
background-color: #89687B;
}
</style>
border-color css
<style>
span { border-color: #89687B; }
span { border-color: rgb(137,104,123); }
td.TdClassName
{
border-color: #89687B;
}
.TagClassName
{
border-color: #89687B;
}
</style>