Shades of Strikemaster #966B7B
Tints of Strikemaster #966B7B
RGB
CMYK
RGB Variations
Color information
#966B7B (or 0x966B7B) is known color: Strikemaster. HEX triplet: 96, 6B and 7B. RGB value is (150,107,123). Sum of RGB (Red+Green+Blue) = 150+107+123=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #966B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B7B is #699484. Grayscale: #797979. Windows color (decimal): -6919301 or 8088470. OLE color: 8088470.
HSL color Cylindrical-coordinate representation of color #966B7B: hue angle of 337.67º 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 #966B7B is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 123 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.41 |
| HSL | 337.67º | 0.17% | 0.5% | - |
| HSV(B) | 337.67º | 0.29% | 0.59% | - |
| XYZ | 21.41 | 18.43 | 21.17 | - |
| YUV | 121.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 123 | 0 | 0.29 | 0.18 | 0.41 | 337.67 | 0.17 | 0.5 |
| Hex | 96 | 6B | 7B | 0 | 1D | 12 | 29 | 152 | 11 | 32 |
| Octal | 226 | 153 | 173 | 0 | 35 | 22 | 51 | 522 | 21 | 62 |
| Binary | 10010110 | 1101011 | 1111011 | 0 | 11101 | 10010 | 101001 | 101010010 | 10001 | 110010 |
Color Harmonies of #966B7B
Complementary color
Monochromatic Colors of #966B7B
Black with #966B7B
Text Example
Text Example
White with #966B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B7B; }
p { color: rgb(150,107,123); }
H1.HeaderClassName
{
color: #966B7B;
}
.AnyTagClassName
{
color: #966B7B;
}
</style>
background-color css
<style>
a { background-color: #966B7B; }
a { background-color: rgb(150,107,123); }
div.DivClassName
{
background-color: #966B7B;
}
.BgClassName
{
background-color: #966B7B;
}
</style>
border-color css
<style>
span { border-color: #966B7B; }
span { border-color: rgb(150,107,123); }
td.TdClassName
{
border-color: #966B7B;
}
.TagClassName
{
border-color: #966B7B;
}
</style>