Shades of Strikemaster #965777
Tints of Strikemaster #965777
RGB
CMYK
RGB Variations
Color information
#965777 (or 0x965777) is known color: Strikemaster. HEX triplet: 96, 57 and 77. RGB value is (150,87,119). Sum of RGB (Red+Green+Blue) = 150+87+119=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #965777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965777 is #69A888. Grayscale: #6D6D6D. Windows color (decimal): -6924425 or 7821206. OLE color: 7821206.
HSL color Cylindrical-coordinate representation of color #965777: hue angle of 329.52º 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 #965777 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 119 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.41 |
| HSL | 329.52º | 0.27% | 0.46% | - |
| HSV(B) | 329.52º | 0.42% | 0.59% | - |
| XYZ | 19.32 | 14.63 | 19.26 | - |
| YUV | 109.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 119 | 0 | 0.42 | 0.21 | 0.41 | 329.52 | 0.27 | 0.46 |
| Hex | 96 | 57 | 77 | 0 | 2A | 15 | 29 | 14A | 1B | 2E |
| Octal | 226 | 127 | 167 | 0 | 52 | 25 | 51 | 512 | 33 | 56 |
| Binary | 10010110 | 1010111 | 1110111 | 0 | 101010 | 10101 | 101001 | 101001010 | 11011 | 101110 |
Color Harmonies of #965777
Complementary color
Monochromatic Colors of #965777
Black with #965777
Text Example
Text Example
White with #965777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965777; }
p { color: rgb(150,87,119); }
H1.HeaderClassName
{
color: #965777;
}
.AnyTagClassName
{
color: #965777;
}
</style>
background-color css
<style>
a { background-color: #965777; }
a { background-color: rgb(150,87,119); }
div.DivClassName
{
background-color: #965777;
}
.BgClassName
{
background-color: #965777;
}
</style>
border-color css
<style>
span { border-color: #965777; }
span { border-color: rgb(150,87,119); }
td.TdClassName
{
border-color: #965777;
}
.TagClassName
{
border-color: #965777;
}
</style>