Shades of Strikemaster #866D7B
Tints of Strikemaster #866D7B
RGB
CMYK
RGB Variations
Color information
#866D7B (or 0x866D7B) is known color: Strikemaster. HEX triplet: 86, 6D and 7B. RGB value is (134,109,123). Sum of RGB (Red+Green+Blue) = 134+109+123=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #866D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D7B is #799284. Grayscale: #767676. Windows color (decimal): -7967365 or 8088966. OLE color: 8088966.
HSL color Cylindrical-coordinate representation of color #866D7B: hue angle of 326.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #866D7B is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 123 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.47 |
| HSL | 326.4º | 0.1% | 0.48% | - |
| HSV(B) | 326.4º | 0.19% | 0.53% | - |
| XYZ | 18.88 | 17.44 | 21.11 | - |
| YUV | 118.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 123 | 0 | 0.19 | 0.08 | 0.47 | 326.4 | 0.1 | 0.48 |
| Hex | 86 | 6D | 7B | 0 | 13 | 8 | 2F | 146 | A | 30 |
| Octal | 206 | 155 | 173 | 0 | 23 | 10 | 57 | 506 | 12 | 60 |
| Binary | 10000110 | 1101101 | 1111011 | 0 | 10011 | 1000 | 101111 | 101000110 | 1010 | 110000 |
Color Harmonies of #866D7B
Complementary color
Monochromatic Colors of #866D7B
Black with #866D7B
Text Example
Text Example
White with #866D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D7B; }
p { color: rgb(134,109,123); }
H1.HeaderClassName
{
color: #866D7B;
}
.AnyTagClassName
{
color: #866D7B;
}
</style>
background-color css
<style>
a { background-color: #866D7B; }
a { background-color: rgb(134,109,123); }
div.DivClassName
{
background-color: #866D7B;
}
.BgClassName
{
background-color: #866D7B;
}
</style>
border-color css
<style>
span { border-color: #866D7B; }
span { border-color: rgb(134,109,123); }
td.TdClassName
{
border-color: #866D7B;
}
.TagClassName
{
border-color: #866D7B;
}
</style>