Shades of Strikemaster #967287
Tints of Strikemaster #967287
RGB
CMYK
RGB Variations
Color information
#967287 (or 0x967287) is known color: Strikemaster. HEX triplet: 96, 72 and 87. RGB value is (150,114,135). Sum of RGB (Red+Green+Blue) = 150+114+135=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967287 is #698D78. Grayscale: #7F7F7F. Windows color (decimal): -6917497 or 8876694. OLE color: 8876694.
HSL color Cylindrical-coordinate representation of color #967287: hue angle of 325º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #967287 is Cyan = 0, Magento = 0.24, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 135 | - |
| CMYK | 0 | 0.24 | 0.1 | 0.41 |
| HSL | 325º | 0.15% | 0.52% | - |
| HSV(B) | 325º | 0.24% | 0.59% | - |
| XYZ | 22.97 | 20.27 | 25.62 | - |
| YUV | 127.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 135 | 0 | 0.24 | 0.1 | 0.41 | 325 | 0.15 | 0.52 |
| Hex | 96 | 72 | 87 | 0 | 18 | A | 29 | 145 | F | 34 |
| Octal | 226 | 162 | 207 | 0 | 30 | 12 | 51 | 505 | 17 | 64 |
| Binary | 10010110 | 1110010 | 10000111 | 0 | 11000 | 1010 | 101001 | 101000101 | 1111 | 110100 |
Color Harmonies of #967287
Complementary color
Monochromatic Colors of #967287
Black with #967287
Text Example
Text Example
White with #967287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967287; }
p { color: rgb(150,114,135); }
H1.HeaderClassName
{
color: #967287;
}
.AnyTagClassName
{
color: #967287;
}
</style>
background-color css
<style>
a { background-color: #967287; }
a { background-color: rgb(150,114,135); }
div.DivClassName
{
background-color: #967287;
}
.BgClassName
{
background-color: #967287;
}
</style>
border-color css
<style>
span { border-color: #967287; }
span { border-color: rgb(150,114,135); }
td.TdClassName
{
border-color: #967287;
}
.TagClassName
{
border-color: #967287;
}
</style>