Shades of Strikemaster #866A78
Tints of Strikemaster #866A78
RGB
CMYK
RGB Variations
Color information
#866A78 (or 0x866A78) is known color: Strikemaster. HEX triplet: 86, 6A and 78. RGB value is (134,106,120). Sum of RGB (Red+Green+Blue) = 134+106+120=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #866A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A78 is #799587. Grayscale: #737373. Windows color (decimal): -7968136 or 7891590. OLE color: 7891590.
HSL color Cylindrical-coordinate representation of color #866A78: hue angle of 330º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #866A78 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 106 | 120 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.47 |
| HSL | 330º | 0.12% | 0.47% | - |
| HSV(B) | 330º | 0.21% | 0.53% | - |
| XYZ | 18.38 | 16.73 | 20.03 | - |
| YUV | 115.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 120 | 0 | 0.21 | 0.10 | 0.47 | 330 | 0.12 | 0.47 |
| Hex | 86 | 6A | 78 | 0 | 15 | A | 2F | 14A | C | 2F |
| Octal | 206 | 152 | 170 | 0 | 25 | 12 | 57 | 512 | 14 | 57 |
| Binary | 10000110 | 1101010 | 1111000 | 0 | 10101 | 1010 | 101111 | 101001010 | 1100 | 101111 |
Color Harmonies of #866A78
Complementary color
Monochromatic Colors of #866A78
Black with #866A78
Text Example
Text Example
White with #866A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866A78; }
p { color: rgb(134,106,120); }
H1.HeaderClassName
{
color: #866A78;
}
.AnyTagClassName
{
color: #866A78;
}
</style>
background-color css
<style>
a { background-color: #866A78; }
a { background-color: rgb(134,106,120); }
div.DivClassName
{
background-color: #866A78;
}
.BgClassName
{
background-color: #866A78;
}
</style>
border-color css
<style>
span { border-color: #866A78; }
span { border-color: rgb(134,106,120); }
td.TdClassName
{
border-color: #866A78;
}
.TagClassName
{
border-color: #866A78;
}
</style>