Shades of Strikemaster #86687A
Tints of Strikemaster #86687A
RGB
CMYK
RGB Variations
Color information
#86687A (or 0x86687A) is known color: Strikemaster. HEX triplet: 86, 68 and 7A. RGB value is (134,104,122). Sum of RGB (Red+Green+Blue) = 134+104+122=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86687A is #799785. Grayscale: #727272. Windows color (decimal): -7968646 or 8022150. OLE color: 8022150.
HSL color Cylindrical-coordinate representation of color #86687A: hue angle of 324º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86687A is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 122 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.47 |
| HSL | 324º | 0.13% | 0.47% | - |
| HSV(B) | 324º | 0.22% | 0.53% | - |
| XYZ | 18.29 | 16.37 | 20.61 | - |
| YUV | 115.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 122 | 0 | 0.22 | 0.09 | 0.47 | 324 | 0.13 | 0.47 |
| Hex | 86 | 68 | 7A | 0 | 16 | 9 | 2F | 144 | D | 2F |
| Octal | 206 | 150 | 172 | 0 | 26 | 11 | 57 | 504 | 15 | 57 |
| Binary | 10000110 | 1101000 | 1111010 | 0 | 10110 | 1001 | 101111 | 101000100 | 1101 | 101111 |
Color Harmonies of #86687A
Complementary color
Monochromatic Colors of #86687A
Black with #86687A
Text Example
Text Example
White with #86687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86687A; }
p { color: rgb(134,104,122); }
H1.HeaderClassName
{
color: #86687A;
}
.AnyTagClassName
{
color: #86687A;
}
</style>
background-color css
<style>
a { background-color: #86687A; }
a { background-color: rgb(134,104,122); }
div.DivClassName
{
background-color: #86687A;
}
.BgClassName
{
background-color: #86687A;
}
</style>
border-color css
<style>
span { border-color: #86687A; }
span { border-color: rgb(134,104,122); }
td.TdClassName
{
border-color: #86687A;
}
.TagClassName
{
border-color: #86687A;
}
</style>