Shades of Strikemaster #86667A
Tints of Strikemaster #86667A
RGB
CMYK
RGB Variations
Color information
#86667A (or 0x86667A) is known color: Strikemaster. HEX triplet: 86, 66 and 7A. RGB value is (134,102,122). Sum of RGB (Red+Green+Blue) = 134+102+122=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #86667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86667A is #799985. Grayscale: #717171. Windows color (decimal): -7969158 or 8021638. OLE color: 8021638.
HSL color Cylindrical-coordinate representation of color #86667A: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86667A is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 102 | 122 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.47 |
| HSL | 322.5º | 0.14% | 0.46% | - |
| HSV(B) | 322.5º | 0.24% | 0.53% | - |
| XYZ | 18.1 | 15.98 | 20.54 | - |
| YUV | 113.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 122 | 0 | 0.24 | 0.09 | 0.47 | 322.5 | 0.14 | 0.46 |
| Hex | 86 | 66 | 7A | 0 | 18 | 9 | 2F | 142 | E | 2E |
| Octal | 206 | 146 | 172 | 0 | 30 | 11 | 57 | 502 | 16 | 56 |
| Binary | 10000110 | 1100110 | 1111010 | 0 | 11000 | 1001 | 101111 | 101000010 | 1110 | 101110 |
Color Harmonies of #86667A
Complementary color
Monochromatic Colors of #86667A
Black with #86667A
Text Example
Text Example
White with #86667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86667A; }
p { color: rgb(134,102,122); }
H1.HeaderClassName
{
color: #86667A;
}
.AnyTagClassName
{
color: #86667A;
}
</style>
background-color css
<style>
a { background-color: #86667A; }
a { background-color: rgb(134,102,122); }
div.DivClassName
{
background-color: #86667A;
}
.BgClassName
{
background-color: #86667A;
}
</style>
border-color css
<style>
span { border-color: #86667A; }
span { border-color: rgb(134,102,122); }
td.TdClassName
{
border-color: #86667A;
}
.TagClassName
{
border-color: #86667A;
}
</style>