Shades of Strikemaster #866C78
Tints of Strikemaster #866C78
RGB
CMYK
RGB Variations
Color information
#866C78 (or 0x866C78) is known color: Strikemaster. HEX triplet: 86, 6C and 78. RGB value is (134,108,120). Sum of RGB (Red+Green+Blue) = 134+108+120=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #866C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C78 is #799387. Grayscale: #757575. Windows color (decimal): -7967624 or 7892102. OLE color: 7892102.
HSL color Cylindrical-coordinate representation of color #866C78: hue angle of 332.31º 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 #866C78 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 120 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.47 |
| HSL | 332.31º | 0.11% | 0.47% | - |
| HSV(B) | 332.31º | 0.19% | 0.53% | - |
| XYZ | 18.58 | 17.15 | 20.1 | - |
| YUV | 117.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 120 | 0 | 0.19 | 0.10 | 0.47 | 332.31 | 0.11 | 0.47 |
| Hex | 86 | 6C | 78 | 0 | 13 | A | 2F | 14C | B | 2F |
| Octal | 206 | 154 | 170 | 0 | 23 | 12 | 57 | 514 | 13 | 57 |
| Binary | 10000110 | 1101100 | 1111000 | 0 | 10011 | 1010 | 101111 | 101001100 | 1011 | 101111 |
Color Harmonies of #866C78
Complementary color
Monochromatic Colors of #866C78
Black with #866C78
Text Example
Text Example
White with #866C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C78; }
p { color: rgb(134,108,120); }
H1.HeaderClassName
{
color: #866C78;
}
.AnyTagClassName
{
color: #866C78;
}
</style>
background-color css
<style>
a { background-color: #866C78; }
a { background-color: rgb(134,108,120); }
div.DivClassName
{
background-color: #866C78;
}
.BgClassName
{
background-color: #866C78;
}
</style>
border-color css
<style>
span { border-color: #866C78; }
span { border-color: rgb(134,108,120); }
td.TdClassName
{
border-color: #866C78;
}
.TagClassName
{
border-color: #866C78;
}
</style>