Shades of Strikemaster #866C7B
Tints of Strikemaster #866C7B
RGB
CMYK
RGB Variations
Color information
#866C7B (or 0x866C7B) is known color: Strikemaster. HEX triplet: 86, 6C and 7B. RGB value is (134,108,123). Sum of RGB (Red+Green+Blue) = 134+108+123=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #866C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C7B is #799384. Grayscale: #757575. Windows color (decimal): -7967621 or 8088710. OLE color: 8088710.
HSL color Cylindrical-coordinate representation of color #866C7B: hue angle of 325.38º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #866C7B is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 123 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.47 |
| HSL | 325.38º | 0.11% | 0.47% | - |
| HSV(B) | 325.38º | 0.19% | 0.53% | - |
| XYZ | 18.77 | 17.22 | 21.07 | - |
| YUV | 117.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 123 | 0 | 0.19 | 0.08 | 0.47 | 325.38 | 0.11 | 0.47 |
| Hex | 86 | 6C | 7B | 0 | 13 | 8 | 2F | 145 | B | 2F |
| Octal | 206 | 154 | 173 | 0 | 23 | 10 | 57 | 505 | 13 | 57 |
| Binary | 10000110 | 1101100 | 1111011 | 0 | 10011 | 1000 | 101111 | 101000101 | 1011 | 101111 |
Color Harmonies of #866C7B
Complementary color
Monochromatic Colors of #866C7B
Black with #866C7B
Text Example
Text Example
White with #866C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C7B; }
p { color: rgb(134,108,123); }
H1.HeaderClassName
{
color: #866C7B;
}
.AnyTagClassName
{
color: #866C7B;
}
</style>
background-color css
<style>
a { background-color: #866C7B; }
a { background-color: rgb(134,108,123); }
div.DivClassName
{
background-color: #866C7B;
}
.BgClassName
{
background-color: #866C7B;
}
</style>
border-color css
<style>
span { border-color: #866C7B; }
span { border-color: rgb(134,108,123); }
td.TdClassName
{
border-color: #866C7B;
}
.TagClassName
{
border-color: #866C7B;
}
</style>