Shades of Strikemaster #86677C
Tints of Strikemaster #86677C
RGB
CMYK
RGB Variations
Color information
#86677C (or 0x86677C) is known color: Strikemaster. HEX triplet: 86, 67 and 7C. RGB value is (134,103,124). Sum of RGB (Red+Green+Blue) = 134+103+124=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #86677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86677C is #799883. Grayscale: #727272. Windows color (decimal): -7968900 or 8152966. OLE color: 8152966.
HSL color Cylindrical-coordinate representation of color #86677C: hue angle of 319.35º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86677C is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 124 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.47 |
| HSL | 319.35º | 0.13% | 0.46% | - |
| HSV(B) | 319.35º | 0.23% | 0.53% | - |
| XYZ | 18.32 | 16.22 | 21.23 | - |
| YUV | 114.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 124 | 0 | 0.23 | 0.07 | 0.47 | 319.35 | 0.13 | 0.46 |
| Hex | 86 | 67 | 7C | 0 | 17 | 7 | 2F | 13F | D | 2E |
| Octal | 206 | 147 | 174 | 0 | 27 | 7 | 57 | 477 | 15 | 56 |
| Binary | 10000110 | 1100111 | 1111100 | 0 | 10111 | 111 | 101111 | 100111111 | 1101 | 101110 |
Color Harmonies of #86677C
Complementary color
Monochromatic Colors of #86677C
Black with #86677C
Text Example
Text Example
White with #86677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86677C; }
p { color: rgb(134,103,124); }
H1.HeaderClassName
{
color: #86677C;
}
.AnyTagClassName
{
color: #86677C;
}
</style>
background-color css
<style>
a { background-color: #86677C; }
a { background-color: rgb(134,103,124); }
div.DivClassName
{
background-color: #86677C;
}
.BgClassName
{
background-color: #86677C;
}
</style>
border-color css
<style>
span { border-color: #86677C; }
span { border-color: rgb(134,103,124); }
td.TdClassName
{
border-color: #86677C;
}
.TagClassName
{
border-color: #86677C;
}
</style>