Shades of Strikemaster #975677
Tints of Strikemaster #975677
RGB
CMYK
RGB Variations
Color information
#975677 (or 0x975677) is known color: Strikemaster. HEX triplet: 97, 56 and 77. RGB value is (151,86,119). Sum of RGB (Red+Green+Blue) = 151+86+119=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #975677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975677 is #68A988. Grayscale: #6D6D6D. Windows color (decimal): -6859145 or 7820951. OLE color: 7820951.
HSL color Cylindrical-coordinate representation of color #975677: hue angle of 329.54º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #975677 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 86 | 119 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.41 |
| HSL | 329.54º | 0.27% | 0.46% | - |
| HSV(B) | 329.54º | 0.43% | 0.59% | - |
| XYZ | 19.42 | 14.57 | 19.24 | - |
| YUV | 109.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 119 | 0 | 0.43 | 0.21 | 0.41 | 329.54 | 0.27 | 0.46 |
| Hex | 97 | 56 | 77 | 0 | 2B | 15 | 29 | 14A | 1B | 2E |
| Octal | 227 | 126 | 167 | 0 | 53 | 25 | 51 | 512 | 33 | 56 |
| Binary | 10010111 | 1010110 | 1110111 | 0 | 101011 | 10101 | 101001 | 101001010 | 11011 | 101110 |
Color Harmonies of #975677
Complementary color
Monochromatic Colors of #975677
Black with #975677
Text Example
Text Example
White with #975677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975677; }
p { color: rgb(151,86,119); }
H1.HeaderClassName
{
color: #975677;
}
.AnyTagClassName
{
color: #975677;
}
</style>
background-color css
<style>
a { background-color: #975677; }
a { background-color: rgb(151,86,119); }
div.DivClassName
{
background-color: #975677;
}
.BgClassName
{
background-color: #975677;
}
</style>
border-color css
<style>
span { border-color: #975677; }
span { border-color: rgb(151,86,119); }
td.TdClassName
{
border-color: #975677;
}
.TagClassName
{
border-color: #975677;
}
</style>