Shades of Strikemaster #976785
Tints of Strikemaster #976785
RGB
CMYK
RGB Variations
Color information
#976785 (or 0x976785) is known color: Strikemaster. HEX triplet: 97, 67 and 85. RGB value is (151,103,133). Sum of RGB (Red+Green+Blue) = 151+103+133=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #976785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976785 is #68987A. Grayscale: #787878. Windows color (decimal): -6854779 or 8742807. OLE color: 8742807.
HSL color Cylindrical-coordinate representation of color #976785: hue angle of 322.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976785 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 133 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.41 |
| HSL | 322.5º | 0.19% | 0.5% | - |
| HSV(B) | 322.5º | 0.32% | 0.59% | - |
| XYZ | 21.85 | 17.97 | 24.51 | - |
| YUV | 120.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 133 | 0 | 0.32 | 0.12 | 0.41 | 322.5 | 0.19 | 0.5 |
| Hex | 97 | 67 | 85 | 0 | 20 | C | 29 | 142 | 13 | 32 |
| Octal | 227 | 147 | 205 | 0 | 40 | 14 | 51 | 502 | 23 | 62 |
| Binary | 10010111 | 1100111 | 10000101 | 0 | 100000 | 1100 | 101001 | 101000010 | 10011 | 110010 |
Color Harmonies of #976785
Complementary color
Monochromatic Colors of #976785
Black with #976785
Text Example
Text Example
White with #976785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976785; }
p { color: rgb(151,103,133); }
H1.HeaderClassName
{
color: #976785;
}
.AnyTagClassName
{
color: #976785;
}
</style>
background-color css
<style>
a { background-color: #976785; }
a { background-color: rgb(151,103,133); }
div.DivClassName
{
background-color: #976785;
}
.BgClassName
{
background-color: #976785;
}
</style>
border-color css
<style>
span { border-color: #976785; }
span { border-color: rgb(151,103,133); }
td.TdClassName
{
border-color: #976785;
}
.TagClassName
{
border-color: #976785;
}
</style>