Shades of Strikemaster #975977
Tints of Strikemaster #975977
RGB
CMYK
RGB Variations
Color information
#975977 (or 0x975977) is known color: Strikemaster. HEX triplet: 97, 59 and 77. RGB value is (151,89,119). Sum of RGB (Red+Green+Blue) = 151+89+119=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #975977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975977 is #68A688. Grayscale: #6E6E6E. Windows color (decimal): -6858377 or 7821719. OLE color: 7821719.
HSL color Cylindrical-coordinate representation of color #975977: hue angle of 330.97º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #975977 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 89 | 119 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.41 |
| HSL | 330.97º | 0.26% | 0.47% | - |
| HSV(B) | 330.97º | 0.41% | 0.59% | - |
| XYZ | 19.66 | 15.06 | 19.32 | - |
| YUV | 110.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 89 | 119 | 0 | 0.41 | 0.21 | 0.41 | 330.97 | 0.26 | 0.47 |
| Hex | 97 | 59 | 77 | 0 | 29 | 15 | 29 | 14B | 1A | 2F |
| Octal | 227 | 131 | 167 | 0 | 51 | 25 | 51 | 513 | 32 | 57 |
| Binary | 10010111 | 1011001 | 1110111 | 0 | 101001 | 10101 | 101001 | 101001011 | 11010 | 101111 |
Color Harmonies of #975977
Complementary color
Monochromatic Colors of #975977
Black with #975977
Text Example
Text Example
White with #975977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975977; }
p { color: rgb(151,89,119); }
H1.HeaderClassName
{
color: #975977;
}
.AnyTagClassName
{
color: #975977;
}
</style>
background-color css
<style>
a { background-color: #975977; }
a { background-color: rgb(151,89,119); }
div.DivClassName
{
background-color: #975977;
}
.BgClassName
{
background-color: #975977;
}
</style>
border-color css
<style>
span { border-color: #975977; }
span { border-color: rgb(151,89,119); }
td.TdClassName
{
border-color: #975977;
}
.TagClassName
{
border-color: #975977;
}
</style>