Shades of Strikemaster #977287
Tints of Strikemaster #977287
RGB
CMYK
RGB Variations
Color information
#977287 (or 0x977287) is known color: Strikemaster. HEX triplet: 97, 72 and 87. RGB value is (151,114,135). Sum of RGB (Red+Green+Blue) = 151+114+135=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #977287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977287 is #688D78. Grayscale: #7F7F7F. Windows color (decimal): -6851961 or 8876695. OLE color: 8876695.
HSL color Cylindrical-coordinate representation of color #977287: hue angle of 325.95º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977287 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 114 | 135 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.41 |
| HSL | 325.95º | 0.15% | 0.52% | - |
| HSV(B) | 325.95º | 0.25% | 0.59% | - |
| XYZ | 23.15 | 20.36 | 25.63 | - |
| YUV | 127.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 114 | 135 | 0 | 0.25 | 0.11 | 0.41 | 325.95 | 0.15 | 0.52 |
| Hex | 97 | 72 | 87 | 0 | 19 | B | 29 | 146 | F | 34 |
| Octal | 227 | 162 | 207 | 0 | 31 | 13 | 51 | 506 | 17 | 64 |
| Binary | 10010111 | 1110010 | 10000111 | 0 | 11001 | 1011 | 101001 | 101000110 | 1111 | 110100 |
Color Harmonies of #977287
Complementary color
Monochromatic Colors of #977287
Black with #977287
Text Example
Text Example
White with #977287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977287; }
p { color: rgb(151,114,135); }
H1.HeaderClassName
{
color: #977287;
}
.AnyTagClassName
{
color: #977287;
}
</style>
background-color css
<style>
a { background-color: #977287; }
a { background-color: rgb(151,114,135); }
div.DivClassName
{
background-color: #977287;
}
.BgClassName
{
background-color: #977287;
}
</style>
border-color css
<style>
span { border-color: #977287; }
span { border-color: rgb(151,114,135); }
td.TdClassName
{
border-color: #977287;
}
.TagClassName
{
border-color: #977287;
}
</style>