Shades of Strikemaster #976D84
Tints of Strikemaster #976D84
RGB
CMYK
RGB Variations
Color information
#976D84 (or 0x976D84) is known color: Strikemaster. HEX triplet: 97, 6D and 84. RGB value is (151,109,132). Sum of RGB (Red+Green+Blue) = 151+109+132=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #976D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976D84 is #68927B. Grayscale: #7C7C7C. Windows color (decimal): -6853244 or 8678807. OLE color: 8678807.
HSL color Cylindrical-coordinate representation of color #976D84: hue angle of 327.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #976D84 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 132 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.41 |
| HSL | 327.14º | 0.17% | 0.51% | - |
| HSV(B) | 327.14º | 0.28% | 0.59% | - |
| XYZ | 22.4 | 19.18 | 24.35 | - |
| YUV | 124.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 132 | 0 | 0.28 | 0.13 | 0.41 | 327.14 | 0.17 | 0.51 |
| Hex | 97 | 6D | 84 | 0 | 1C | D | 29 | 147 | 11 | 33 |
| Octal | 227 | 155 | 204 | 0 | 34 | 15 | 51 | 507 | 21 | 63 |
| Binary | 10010111 | 1101101 | 10000100 | 0 | 11100 | 1101 | 101001 | 101000111 | 10001 | 110011 |
Color Harmonies of #976D84
Complementary color
Monochromatic Colors of #976D84
Black with #976D84
Text Example
Text Example
White with #976D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D84; }
p { color: rgb(151,109,132); }
H1.HeaderClassName
{
color: #976D84;
}
.AnyTagClassName
{
color: #976D84;
}
</style>
background-color css
<style>
a { background-color: #976D84; }
a { background-color: rgb(151,109,132); }
div.DivClassName
{
background-color: #976D84;
}
.BgClassName
{
background-color: #976D84;
}
</style>
border-color css
<style>
span { border-color: #976D84; }
span { border-color: rgb(151,109,132); }
td.TdClassName
{
border-color: #976D84;
}
.TagClassName
{
border-color: #976D84;
}
</style>