Shades of Strikemaster #905776
Tints of Strikemaster #905776
RGB
CMYK
RGB Variations
Color information
#905776 (or 0x905776) is known color: Strikemaster. HEX triplet: 90, 57 and 76. RGB value is (144,87,118). Sum of RGB (Red+Green+Blue) = 144+87+118=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #905776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905776 is #6FA889. Grayscale: #6B6B6B. Windows color (decimal): -7317642 or 7755664. OLE color: 7755664.
HSL color Cylindrical-coordinate representation of color #905776: hue angle of 327.37º 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 #905776 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 118 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.44 |
| HSL | 327.37º | 0.25% | 0.45% | - |
| HSV(B) | 327.37º | 0.4% | 0.56% | - |
| XYZ | 18.18 | 14.05 | 18.89 | - |
| YUV | 107.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 118 | 0 | 0.40 | 0.18 | 0.44 | 327.37 | 0.25 | 0.45 |
| Hex | 90 | 57 | 76 | 0 | 28 | 12 | 2C | 147 | 19 | 2D |
| Octal | 220 | 127 | 166 | 0 | 50 | 22 | 54 | 507 | 31 | 55 |
| Binary | 10010000 | 1010111 | 1110110 | 0 | 101000 | 10010 | 101100 | 101000111 | 11001 | 101101 |
Color Harmonies of #905776
Complementary color
Monochromatic Colors of #905776
Black with #905776
Text Example
Text Example
White with #905776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905776; }
p { color: rgb(144,87,118); }
H1.HeaderClassName
{
color: #905776;
}
.AnyTagClassName
{
color: #905776;
}
</style>
background-color css
<style>
a { background-color: #905776; }
a { background-color: rgb(144,87,118); }
div.DivClassName
{
background-color: #905776;
}
.BgClassName
{
background-color: #905776;
}
</style>
border-color css
<style>
span { border-color: #905776; }
span { border-color: rgb(144,87,118); }
td.TdClassName
{
border-color: #905776;
}
.TagClassName
{
border-color: #905776;
}
</style>