Shades of Strikemaster #975E78
Tints of Strikemaster #975E78
RGB
CMYK
RGB Variations
Color information
#975E78 (or 0x975E78) is known color: Strikemaster. HEX triplet: 97, 5E and 78. RGB value is (151,94,120). Sum of RGB (Red+Green+Blue) = 151+94+120=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #975E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E78 is #68A187. Grayscale: #717171. Windows color (decimal): -6857096 or 7888535. OLE color: 7888535.
HSL color Cylindrical-coordinate representation of color #975E78: hue angle of 332.63º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #975E78 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 94 | 120 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.41 |
| HSL | 332.63º | 0.23% | 0.48% | - |
| HSV(B) | 332.63º | 0.38% | 0.59% | - |
| XYZ | 20.16 | 15.94 | 19.78 | - |
| YUV | 114.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 120 | 0 | 0.38 | 0.21 | 0.41 | 332.63 | 0.23 | 0.48 |
| Hex | 97 | 5E | 78 | 0 | 26 | 15 | 29 | 14D | 17 | 30 |
| Octal | 227 | 136 | 170 | 0 | 46 | 25 | 51 | 515 | 27 | 60 |
| Binary | 10010111 | 1011110 | 1111000 | 0 | 100110 | 10101 | 101001 | 101001101 | 10111 | 110000 |
Color Harmonies of #975E78
Complementary color
Monochromatic Colors of #975E78
Black with #975E78
Text Example
Text Example
White with #975E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975E78; }
p { color: rgb(151,94,120); }
H1.HeaderClassName
{
color: #975E78;
}
.AnyTagClassName
{
color: #975E78;
}
</style>
background-color css
<style>
a { background-color: #975E78; }
a { background-color: rgb(151,94,120); }
div.DivClassName
{
background-color: #975E78;
}
.BgClassName
{
background-color: #975E78;
}
</style>
border-color css
<style>
span { border-color: #975E78; }
span { border-color: rgb(151,94,120); }
td.TdClassName
{
border-color: #975E78;
}
.TagClassName
{
border-color: #975E78;
}
</style>