Shades of Strikemaster #905A76
Tints of Strikemaster #905A76
RGB
CMYK
RGB Variations
Color information
#905A76 (or 0x905A76) is known color: Strikemaster. HEX triplet: 90, 5A and 76. RGB value is (144,90,118). Sum of RGB (Red+Green+Blue) = 144+90+118=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #905A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A76 is #6FA589. Grayscale: #6D6D6D. Windows color (decimal): -7316874 or 7756432. OLE color: 7756432.
HSL color Cylindrical-coordinate representation of color #905A76: hue angle of 328.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905A76 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 118 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.44 |
| HSL | 328.89º | 0.23% | 0.46% | - |
| HSV(B) | 328.89º | 0.38% | 0.56% | - |
| XYZ | 18.43 | 14.55 | 18.98 | - |
| YUV | 109.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 118 | 0 | 0.37 | 0.18 | 0.44 | 328.89 | 0.23 | 0.46 |
| Hex | 90 | 5A | 76 | 0 | 25 | 12 | 2C | 149 | 17 | 2E |
| Octal | 220 | 132 | 166 | 0 | 45 | 22 | 54 | 511 | 27 | 56 |
| Binary | 10010000 | 1011010 | 1110110 | 0 | 100101 | 10010 | 101100 | 101001001 | 10111 | 101110 |
Color Harmonies of #905A76
Complementary color
Monochromatic Colors of #905A76
Black with #905A76
Text Example
Text Example
White with #905A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A76; }
p { color: rgb(144,90,118); }
H1.HeaderClassName
{
color: #905A76;
}
.AnyTagClassName
{
color: #905A76;
}
</style>
background-color css
<style>
a { background-color: #905A76; }
a { background-color: rgb(144,90,118); }
div.DivClassName
{
background-color: #905A76;
}
.BgClassName
{
background-color: #905A76;
}
</style>
border-color css
<style>
span { border-color: #905A76; }
span { border-color: rgb(144,90,118); }
td.TdClassName
{
border-color: #905A76;
}
.TagClassName
{
border-color: #905A76;
}
</style>