Shades of Strikemaster #975F7E
Tints of Strikemaster #975F7E
RGB
CMYK
RGB Variations
Color information
#975F7E (or 0x975F7E) is known color: Strikemaster. HEX triplet: 97, 5F and 7E. RGB value is (151,95,126). Sum of RGB (Red+Green+Blue) = 151+95+126=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #975F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975F7E is #68A081. Grayscale: #737373. Windows color (decimal): -6856834 or 8282007. OLE color: 8282007.
HSL color Cylindrical-coordinate representation of color #975F7E: hue angle of 326.79º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #975F7E is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 95 | 126 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.41 |
| HSL | 326.79º | 0.23% | 0.48% | - |
| HSV(B) | 326.79º | 0.37% | 0.59% | - |
| XYZ | 20.62 | 16.27 | 21.79 | - |
| YUV | 115.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 95 | 126 | 0 | 0.37 | 0.17 | 0.41 | 326.79 | 0.23 | 0.48 |
| Hex | 97 | 5F | 7E | 0 | 25 | 11 | 29 | 147 | 17 | 30 |
| Octal | 227 | 137 | 176 | 0 | 45 | 21 | 51 | 507 | 27 | 60 |
| Binary | 10010111 | 1011111 | 1111110 | 0 | 100101 | 10001 | 101001 | 101000111 | 10111 | 110000 |
Color Harmonies of #975F7E
Complementary color
Monochromatic Colors of #975F7E
Black with #975F7E
Text Example
Text Example
White with #975F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975F7E; }
p { color: rgb(151,95,126); }
H1.HeaderClassName
{
color: #975F7E;
}
.AnyTagClassName
{
color: #975F7E;
}
</style>
background-color css
<style>
a { background-color: #975F7E; }
a { background-color: rgb(151,95,126); }
div.DivClassName
{
background-color: #975F7E;
}
.BgClassName
{
background-color: #975F7E;
}
</style>
border-color css
<style>
span { border-color: #975F7E; }
span { border-color: rgb(151,95,126); }
td.TdClassName
{
border-color: #975F7E;
}
.TagClassName
{
border-color: #975F7E;
}
</style>