Shades of Strikemaster #86677B
Tints of Strikemaster #86677B
RGB
CMYK
RGB Variations
Color information
#86677B (or 0x86677B) is known color: Strikemaster. HEX triplet: 86, 67 and 7B. RGB value is (134,103,123). Sum of RGB (Red+Green+Blue) = 134+103+123=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86677B is #799884. Grayscale: #727272. Windows color (decimal): -7968901 or 8087430. OLE color: 8087430.
HSL color Cylindrical-coordinate representation of color #86677B: hue angle of 321.29º 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 #86677B is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 123 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.47 |
| HSL | 321.29º | 0.13% | 0.46% | - |
| HSV(B) | 321.29º | 0.23% | 0.53% | - |
| XYZ | 18.26 | 16.2 | 20.9 | - |
| YUV | 114.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 123 | 0 | 0.23 | 0.08 | 0.47 | 321.29 | 0.13 | 0.46 |
| Hex | 86 | 67 | 7B | 0 | 17 | 8 | 2F | 141 | D | 2E |
| Octal | 206 | 147 | 173 | 0 | 27 | 10 | 57 | 501 | 15 | 56 |
| Binary | 10000110 | 1100111 | 1111011 | 0 | 10111 | 1000 | 101111 | 101000001 | 1101 | 101110 |
Color Harmonies of #86677B
Complementary color
Monochromatic Colors of #86677B
Black with #86677B
Text Example
Text Example
White with #86677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86677B; }
p { color: rgb(134,103,123); }
H1.HeaderClassName
{
color: #86677B;
}
.AnyTagClassName
{
color: #86677B;
}
</style>
background-color css
<style>
a { background-color: #86677B; }
a { background-color: rgb(134,103,123); }
div.DivClassName
{
background-color: #86677B;
}
.BgClassName
{
background-color: #86677B;
}
</style>
border-color css
<style>
span { border-color: #86677B; }
span { border-color: rgb(134,103,123); }
td.TdClassName
{
border-color: #86677B;
}
.TagClassName
{
border-color: #86677B;
}
</style>