Shades of Strikemaster #965778
Tints of Strikemaster #965778
RGB
CMYK
RGB Variations
Color information
#965778 (or 0x965778) is known color: Strikemaster. HEX triplet: 96, 57 and 78. RGB value is (150,87,120). Sum of RGB (Red+Green+Blue) = 150+87+120=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #965778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965778 is #69A887. Grayscale: #6D6D6D. Windows color (decimal): -6924424 or 7886742. OLE color: 7886742.
HSL color Cylindrical-coordinate representation of color #965778: hue angle of 328.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965778 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 120 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.41 |
| HSL | 328.57º | 0.27% | 0.46% | - |
| HSV(B) | 328.57º | 0.42% | 0.59% | - |
| XYZ | 19.38 | 14.66 | 19.58 | - |
| YUV | 109.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 120 | 0 | 0.42 | 0.20 | 0.41 | 328.57 | 0.27 | 0.46 |
| Hex | 96 | 57 | 78 | 0 | 2A | 14 | 29 | 149 | 1B | 2E |
| Octal | 226 | 127 | 170 | 0 | 52 | 24 | 51 | 511 | 33 | 56 |
| Binary | 10010110 | 1010111 | 1111000 | 0 | 101010 | 10100 | 101001 | 101001001 | 11011 | 101110 |
Color Harmonies of #965778
Complementary color
Monochromatic Colors of #965778
Black with #965778
Text Example
Text Example
White with #965778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965778; }
p { color: rgb(150,87,120); }
H1.HeaderClassName
{
color: #965778;
}
.AnyTagClassName
{
color: #965778;
}
</style>
background-color css
<style>
a { background-color: #965778; }
a { background-color: rgb(150,87,120); }
div.DivClassName
{
background-color: #965778;
}
.BgClassName
{
background-color: #965778;
}
</style>
border-color css
<style>
span { border-color: #965778; }
span { border-color: rgb(150,87,120); }
td.TdClassName
{
border-color: #965778;
}
.TagClassName
{
border-color: #965778;
}
</style>