Shades of Strikemaster #89667A
Tints of Strikemaster #89667A
RGB
CMYK
RGB Variations
Color information
#89667A (or 0x89667A) is known color: Strikemaster. HEX triplet: 89, 66 and 7A. RGB value is (137,102,122). Sum of RGB (Red+Green+Blue) = 137+102+122=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #89667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89667A is #769985. Grayscale: #727272. Windows color (decimal): -7772550 or 8021641. OLE color: 8021641.
HSL color Cylindrical-coordinate representation of color #89667A: hue angle of 325.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89667A is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 102 | 122 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.46 |
| HSL | 325.71º | 0.15% | 0.47% | - |
| HSV(B) | 325.71º | 0.26% | 0.54% | - |
| XYZ | 18.58 | 16.23 | 20.57 | - |
| YUV | 114.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 122 | 0 | 0.26 | 0.11 | 0.46 | 325.71 | 0.15 | 0.47 |
| Hex | 89 | 66 | 7A | 0 | 1A | B | 2E | 146 | F | 2F |
| Octal | 211 | 146 | 172 | 0 | 32 | 13 | 56 | 506 | 17 | 57 |
| Binary | 10001001 | 1100110 | 1111010 | 0 | 11010 | 1011 | 101110 | 101000110 | 1111 | 101111 |
Color Harmonies of #89667A
Complementary color
Monochromatic Colors of #89667A
Black with #89667A
Text Example
Text Example
White with #89667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89667A; }
p { color: rgb(137,102,122); }
H1.HeaderClassName
{
color: #89667A;
}
.AnyTagClassName
{
color: #89667A;
}
</style>
background-color css
<style>
a { background-color: #89667A; }
a { background-color: rgb(137,102,122); }
div.DivClassName
{
background-color: #89667A;
}
.BgClassName
{
background-color: #89667A;
}
</style>
border-color css
<style>
span { border-color: #89667A; }
span { border-color: rgb(137,102,122); }
td.TdClassName
{
border-color: #89667A;
}
.TagClassName
{
border-color: #89667A;
}
</style>