Shades of Strikemaster #96707F
Tints of Strikemaster #96707F
RGB
CMYK
RGB Variations
Color information
#96707F (or 0x96707F) is known color: Strikemaster. HEX triplet: 96, 70 and 7F. RGB value is (150,112,127). Sum of RGB (Red+Green+Blue) = 150+112+127=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96707F is #698F80. Grayscale: #7D7D7D. Windows color (decimal): -6918017 or 8351894. OLE color: 8351894.
HSL color Cylindrical-coordinate representation of color #96707F: hue angle of 336.32º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96707F is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 127 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.41 |
| HSL | 336.32º | 0.15% | 0.51% | - |
| HSV(B) | 336.32º | 0.25% | 0.59% | - |
| XYZ | 22.2 | 19.6 | 22.69 | - |
| YUV | 125.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 127 | 0 | 0.25 | 0.15 | 0.41 | 336.32 | 0.15 | 0.51 |
| Hex | 96 | 70 | 7F | 0 | 19 | F | 29 | 150 | F | 33 |
| Octal | 226 | 160 | 177 | 0 | 31 | 17 | 51 | 520 | 17 | 63 |
| Binary | 10010110 | 1110000 | 1111111 | 0 | 11001 | 1111 | 101001 | 101010000 | 1111 | 110011 |
Color Harmonies of #96707F
Complementary color
Monochromatic Colors of #96707F
Black with #96707F
Text Example
Text Example
White with #96707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96707F; }
p { color: rgb(150,112,127); }
H1.HeaderClassName
{
color: #96707F;
}
.AnyTagClassName
{
color: #96707F;
}
</style>
background-color css
<style>
a { background-color: #96707F; }
a { background-color: rgb(150,112,127); }
div.DivClassName
{
background-color: #96707F;
}
.BgClassName
{
background-color: #96707F;
}
</style>
border-color css
<style>
span { border-color: #96707F; }
span { border-color: rgb(150,112,127); }
td.TdClassName
{
border-color: #96707F;
}
.TagClassName
{
border-color: #96707F;
}
</style>