Shades of Strikemaster #915777
Tints of Strikemaster #915777
RGB
CMYK
RGB Variations
Color information
#915777 (or 0x915777) is known color: Strikemaster. HEX triplet: 91, 57 and 77. RGB value is (145,87,119). Sum of RGB (Red+Green+Blue) = 145+87+119=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #915777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915777 is #6EA888. Grayscale: #6B6B6B. Windows color (decimal): -7252105 or 7821201. OLE color: 7821201.
HSL color Cylindrical-coordinate representation of color #915777: hue angle of 326.9º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915777 is Cyan = 0, Magento = 0.4, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 87 | 119 | - |
| CMYK | 0 | 0.4 | 0.18 | 0.43 |
| HSL | 326.9º | 0.25% | 0.45% | - |
| HSV(B) | 326.9º | 0.4% | 0.57% | - |
| XYZ | 18.42 | 14.17 | 19.22 | - |
| YUV | 107.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 119 | 0 | 0.4 | 0.18 | 0.43 | 326.9 | 0.25 | 0.45 |
| Hex | 91 | 57 | 77 | 0 | 28 | 12 | 2B | 147 | 19 | 2D |
| Octal | 221 | 127 | 167 | 0 | 50 | 22 | 53 | 507 | 31 | 55 |
| Binary | 10010001 | 1010111 | 1110111 | 0 | 101000 | 10010 | 101011 | 101000111 | 11001 | 101101 |
Color Harmonies of #915777
Complementary color
Monochromatic Colors of #915777
Black with #915777
Text Example
Text Example
White with #915777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915777; }
p { color: rgb(145,87,119); }
H1.HeaderClassName
{
color: #915777;
}
.AnyTagClassName
{
color: #915777;
}
</style>
background-color css
<style>
a { background-color: #915777; }
a { background-color: rgb(145,87,119); }
div.DivClassName
{
background-color: #915777;
}
.BgClassName
{
background-color: #915777;
}
</style>
border-color css
<style>
span { border-color: #915777; }
span { border-color: rgb(145,87,119); }
td.TdClassName
{
border-color: #915777;
}
.TagClassName
{
border-color: #915777;
}
</style>