Shades of Strikemaster #905777
Tints of Strikemaster #905777
RGB
CMYK
RGB Variations
Color information
#905777 (or 0x905777) is known color: Strikemaster. HEX triplet: 90, 57 and 77. RGB value is (144,87,119). Sum of RGB (Red+Green+Blue) = 144+87+119=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #905777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905777 is #6FA888. Grayscale: #6B6B6B. Windows color (decimal): -7317641 or 7821200. OLE color: 7821200.
HSL color Cylindrical-coordinate representation of color #905777: hue angle of 326.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905777 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 119 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.44 |
| HSL | 326.32º | 0.25% | 0.45% | - |
| HSV(B) | 326.32º | 0.4% | 0.56% | - |
| XYZ | 18.24 | 14.08 | 19.21 | - |
| YUV | 107.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 119 | 0 | 0.40 | 0.17 | 0.44 | 326.32 | 0.25 | 0.45 |
| Hex | 90 | 57 | 77 | 0 | 28 | 11 | 2C | 146 | 19 | 2D |
| Octal | 220 | 127 | 167 | 0 | 50 | 21 | 54 | 506 | 31 | 55 |
| Binary | 10010000 | 1010111 | 1110111 | 0 | 101000 | 10001 | 101100 | 101000110 | 11001 | 101101 |
Color Harmonies of #905777
Complementary color
Monochromatic Colors of #905777
Black with #905777
Text Example
Text Example
White with #905777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905777; }
p { color: rgb(144,87,119); }
H1.HeaderClassName
{
color: #905777;
}
.AnyTagClassName
{
color: #905777;
}
</style>
background-color css
<style>
a { background-color: #905777; }
a { background-color: rgb(144,87,119); }
div.DivClassName
{
background-color: #905777;
}
.BgClassName
{
background-color: #905777;
}
</style>
border-color css
<style>
span { border-color: #905777; }
span { border-color: rgb(144,87,119); }
td.TdClassName
{
border-color: #905777;
}
.TagClassName
{
border-color: #905777;
}
</style>