Shades of Strikemaster #985A77
Tints of Strikemaster #985A77
RGB
CMYK
RGB Variations
Color information
#985A77 (or 0x985A77) is known color: Strikemaster. HEX triplet: 98, 5A and 77. RGB value is (152,90,119). Sum of RGB (Red+Green+Blue) = 152+90+119=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #985A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A77 is #67A588. Grayscale: #6F6F6F. Windows color (decimal): -6792585 or 7821976. OLE color: 7821976.
HSL color Cylindrical-coordinate representation of color #985A77: hue angle of 331.94º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985A77 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 119 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.40 |
| HSL | 331.94º | 0.26% | 0.47% | - |
| HSV(B) | 331.94º | 0.41% | 0.6% | - |
| XYZ | 19.93 | 15.32 | 19.36 | - |
| YUV | 111.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 119 | 0 | 0.41 | 0.22 | 0.40 | 331.94 | 0.26 | 0.47 |
| Hex | 98 | 5A | 77 | 0 | 29 | 16 | 28 | 14C | 1A | 2F |
| Octal | 230 | 132 | 167 | 0 | 51 | 26 | 50 | 514 | 32 | 57 |
| Binary | 10011000 | 1011010 | 1110111 | 0 | 101001 | 10110 | 101000 | 101001100 | 11010 | 101111 |
Color Harmonies of #985A77
Complementary color
Monochromatic Colors of #985A77
Black with #985A77
Text Example
Text Example
White with #985A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A77; }
p { color: rgb(152,90,119); }
H1.HeaderClassName
{
color: #985A77;
}
.AnyTagClassName
{
color: #985A77;
}
</style>
background-color css
<style>
a { background-color: #985A77; }
a { background-color: rgb(152,90,119); }
div.DivClassName
{
background-color: #985A77;
}
.BgClassName
{
background-color: #985A77;
}
</style>
border-color css
<style>
span { border-color: #985A77; }
span { border-color: rgb(152,90,119); }
td.TdClassName
{
border-color: #985A77;
}
.TagClassName
{
border-color: #985A77;
}
</style>