Shades of Strikemaster #86677A
Tints of Strikemaster #86677A
RGB
CMYK
RGB Variations
Color information
#86677A (or 0x86677A) is known color: Strikemaster. HEX triplet: 86, 67 and 7A. RGB value is (134,103,122). Sum of RGB (Red+Green+Blue) = 134+103+122=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86677A is #799885. Grayscale: #727272. Windows color (decimal): -7968902 or 8021894. OLE color: 8021894.
HSL color Cylindrical-coordinate representation of color #86677A: hue angle of 323.23º 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 #86677A is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 122 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.47 |
| HSL | 323.23º | 0.13% | 0.46% | - |
| HSV(B) | 323.23º | 0.23% | 0.53% | - |
| XYZ | 18.19 | 16.17 | 20.58 | - |
| YUV | 114.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 122 | 0 | 0.23 | 0.09 | 0.47 | 323.23 | 0.13 | 0.46 |
| Hex | 86 | 67 | 7A | 0 | 17 | 9 | 2F | 143 | D | 2E |
| Octal | 206 | 147 | 172 | 0 | 27 | 11 | 57 | 503 | 15 | 56 |
| Binary | 10000110 | 1100111 | 1111010 | 0 | 10111 | 1001 | 101111 | 101000011 | 1101 | 101110 |
Color Harmonies of #86677A
Complementary color
Monochromatic Colors of #86677A
Black with #86677A
Text Example
Text Example
White with #86677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86677A; }
p { color: rgb(134,103,122); }
H1.HeaderClassName
{
color: #86677A;
}
.AnyTagClassName
{
color: #86677A;
}
</style>
background-color css
<style>
a { background-color: #86677A; }
a { background-color: rgb(134,103,122); }
div.DivClassName
{
background-color: #86677A;
}
.BgClassName
{
background-color: #86677A;
}
</style>
border-color css
<style>
span { border-color: #86677A; }
span { border-color: rgb(134,103,122); }
td.TdClassName
{
border-color: #86677A;
}
.TagClassName
{
border-color: #86677A;
}
</style>