Shades of Strikemaster #976782
Tints of Strikemaster #976782
RGB
CMYK
RGB Variations
Color information
#976782 (or 0x976782) is known color: Strikemaster. HEX triplet: 97, 67 and 82. RGB value is (151,103,130). Sum of RGB (Red+Green+Blue) = 151+103+130=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #976782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976782 is #68987D. Grayscale: #787878. Windows color (decimal): -6854782 or 8546199. OLE color: 8546199.
HSL color Cylindrical-coordinate representation of color #976782: hue angle of 326.25º 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 #976782 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 130 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.41 |
| HSL | 326.25º | 0.19% | 0.5% | - |
| HSV(B) | 326.25º | 0.32% | 0.59% | - |
| XYZ | 21.64 | 17.89 | 23.43 | - |
| YUV | 120.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 130 | 0 | 0.32 | 0.14 | 0.41 | 326.25 | 0.19 | 0.5 |
| Hex | 97 | 67 | 82 | 0 | 20 | E | 29 | 146 | 13 | 32 |
| Octal | 227 | 147 | 202 | 0 | 40 | 16 | 51 | 506 | 23 | 62 |
| Binary | 10010111 | 1100111 | 10000010 | 0 | 100000 | 1110 | 101001 | 101000110 | 10011 | 110010 |
Color Harmonies of #976782
Complementary color
Monochromatic Colors of #976782
Black with #976782
Text Example
Text Example
White with #976782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976782; }
p { color: rgb(151,103,130); }
H1.HeaderClassName
{
color: #976782;
}
.AnyTagClassName
{
color: #976782;
}
</style>
background-color css
<style>
a { background-color: #976782; }
a { background-color: rgb(151,103,130); }
div.DivClassName
{
background-color: #976782;
}
.BgClassName
{
background-color: #976782;
}
</style>
border-color css
<style>
span { border-color: #976782; }
span { border-color: rgb(151,103,130); }
td.TdClassName
{
border-color: #976782;
}
.TagClassName
{
border-color: #976782;
}
</style>