Shades of Strikemaster #866F7B
Tints of Strikemaster #866F7B
RGB
CMYK
RGB Variations
Color information
#866F7B (or 0x866F7B) is known color: Strikemaster. HEX triplet: 86, 6F and 7B. RGB value is (134,111,123). Sum of RGB (Red+Green+Blue) = 134+111+123=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #866F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F7B is #799084. Grayscale: #777777. Windows color (decimal): -7966853 or 8089478. OLE color: 8089478.
HSL color Cylindrical-coordinate representation of color #866F7B: hue angle of 328.7º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #866F7B is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 123 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.47 |
| HSL | 328.7º | 0.09% | 0.48% | - |
| HSV(B) | 328.7º | 0.17% | 0.53% | - |
| XYZ | 19.09 | 17.87 | 21.18 | - |
| YUV | 119.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 123 | 0 | 0.17 | 0.08 | 0.47 | 328.7 | 0.09 | 0.48 |
| Hex | 86 | 6F | 7B | 0 | 11 | 8 | 2F | 149 | 9 | 30 |
| Octal | 206 | 157 | 173 | 0 | 21 | 10 | 57 | 511 | 11 | 60 |
| Binary | 10000110 | 1101111 | 1111011 | 0 | 10001 | 1000 | 101111 | 101001001 | 1001 | 110000 |
Color Harmonies of #866F7B
Complementary color
Monochromatic Colors of #866F7B
Black with #866F7B
Text Example
Text Example
White with #866F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F7B; }
p { color: rgb(134,111,123); }
H1.HeaderClassName
{
color: #866F7B;
}
.AnyTagClassName
{
color: #866F7B;
}
</style>
background-color css
<style>
a { background-color: #866F7B; }
a { background-color: rgb(134,111,123); }
div.DivClassName
{
background-color: #866F7B;
}
.BgClassName
{
background-color: #866F7B;
}
</style>
border-color css
<style>
span { border-color: #866F7B; }
span { border-color: rgb(134,111,123); }
td.TdClassName
{
border-color: #866F7B;
}
.TagClassName
{
border-color: #866F7B;
}
</style>