Shades of Strikemaster #976789
Tints of Strikemaster #976789
RGB
CMYK
RGB Variations
Color information
#976789 (or 0x976789) is known color: Strikemaster. HEX triplet: 97, 67 and 89. RGB value is (151,103,137). Sum of RGB (Red+Green+Blue) = 151+103+137=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #976789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976789 is #689876. Grayscale: #797979. Windows color (decimal): -6854775 or 9004951. OLE color: 9004951.
HSL color Cylindrical-coordinate representation of color #976789: hue angle of 317.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976789 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 137 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.41 |
| HSL | 317.5º | 0.19% | 0.5% | - |
| HSV(B) | 317.5º | 0.32% | 0.59% | - |
| XYZ | 22.13 | 18.09 | 25.99 | - |
| YUV | 121.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 137 | 0 | 0.32 | 0.09 | 0.41 | 317.5 | 0.19 | 0.5 |
| Hex | 97 | 67 | 89 | 0 | 20 | 9 | 29 | 13E | 13 | 32 |
| Octal | 227 | 147 | 211 | 0 | 40 | 11 | 51 | 476 | 23 | 62 |
| Binary | 10010111 | 1100111 | 10001001 | 0 | 100000 | 1001 | 101001 | 100111110 | 10011 | 110010 |
Color Harmonies of #976789
Complementary color
Monochromatic Colors of #976789
Black with #976789
Text Example
Text Example
White with #976789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976789; }
p { color: rgb(151,103,137); }
H1.HeaderClassName
{
color: #976789;
}
.AnyTagClassName
{
color: #976789;
}
</style>
background-color css
<style>
a { background-color: #976789; }
a { background-color: rgb(151,103,137); }
div.DivClassName
{
background-color: #976789;
}
.BgClassName
{
background-color: #976789;
}
</style>
border-color css
<style>
span { border-color: #976789; }
span { border-color: rgb(151,103,137); }
td.TdClassName
{
border-color: #976789;
}
.TagClassName
{
border-color: #976789;
}
</style>