Shades of Strikemaster #966B7F
Tints of Strikemaster #966B7F
RGB
CMYK
RGB Variations
Color information
#966B7F (or 0x966B7F) is known color: Strikemaster. HEX triplet: 96, 6B and 7F. RGB value is (150,107,127). Sum of RGB (Red+Green+Blue) = 150+107+127=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #966B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B7F is #699480. Grayscale: #7A7A7A. Windows color (decimal): -6919297 or 8350614. OLE color: 8350614.
HSL color Cylindrical-coordinate representation of color #966B7F: hue angle of 332.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966B7F is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 127 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.41 |
| HSL | 332.09º | 0.17% | 0.5% | - |
| HSV(B) | 332.09º | 0.29% | 0.59% | - |
| XYZ | 21.67 | 18.53 | 22.51 | - |
| YUV | 122.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 127 | 0 | 0.29 | 0.15 | 0.41 | 332.09 | 0.17 | 0.5 |
| Hex | 96 | 6B | 7F | 0 | 1D | F | 29 | 14C | 11 | 32 |
| Octal | 226 | 153 | 177 | 0 | 35 | 17 | 51 | 514 | 21 | 62 |
| Binary | 10010110 | 1101011 | 1111111 | 0 | 11101 | 1111 | 101001 | 101001100 | 10001 | 110010 |
Color Harmonies of #966B7F
Complementary color
Monochromatic Colors of #966B7F
Black with #966B7F
Text Example
Text Example
White with #966B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B7F; }
p { color: rgb(150,107,127); }
H1.HeaderClassName
{
color: #966B7F;
}
.AnyTagClassName
{
color: #966B7F;
}
</style>
background-color css
<style>
a { background-color: #966B7F; }
a { background-color: rgb(150,107,127); }
div.DivClassName
{
background-color: #966B7F;
}
.BgClassName
{
background-color: #966B7F;
}
</style>
border-color css
<style>
span { border-color: #966B7F; }
span { border-color: rgb(150,107,127); }
td.TdClassName
{
border-color: #966B7F;
}
.TagClassName
{
border-color: #966B7F;
}
</style>