Shades of Strikemaster #866A77
Tints of Strikemaster #866A77
RGB
CMYK
RGB Variations
Color information
#866A77 (or 0x866A77) is known color: Strikemaster. HEX triplet: 86, 6A and 77. RGB value is (134,106,119). Sum of RGB (Red+Green+Blue) = 134+106+119=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #866A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A77 is #799588. Grayscale: #737373. Windows color (decimal): -7968137 or 7826054. OLE color: 7826054.
HSL color Cylindrical-coordinate representation of color #866A77: hue angle of 332.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #866A77 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 106 | 119 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.47 |
| HSL | 332.14º | 0.12% | 0.47% | - |
| HSV(B) | 332.14º | 0.21% | 0.53% | - |
| XYZ | 18.32 | 16.71 | 19.71 | - |
| YUV | 115.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 119 | 0 | 0.21 | 0.11 | 0.47 | 332.14 | 0.12 | 0.47 |
| Hex | 86 | 6A | 77 | 0 | 15 | B | 2F | 14C | C | 2F |
| Octal | 206 | 152 | 167 | 0 | 25 | 13 | 57 | 514 | 14 | 57 |
| Binary | 10000110 | 1101010 | 1110111 | 0 | 10101 | 1011 | 101111 | 101001100 | 1100 | 101111 |
Color Harmonies of #866A77
Complementary color
Monochromatic Colors of #866A77
Black with #866A77
Text Example
Text Example
White with #866A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866A77; }
p { color: rgb(134,106,119); }
H1.HeaderClassName
{
color: #866A77;
}
.AnyTagClassName
{
color: #866A77;
}
</style>
background-color css
<style>
a { background-color: #866A77; }
a { background-color: rgb(134,106,119); }
div.DivClassName
{
background-color: #866A77;
}
.BgClassName
{
background-color: #866A77;
}
</style>
border-color css
<style>
span { border-color: #866A77; }
span { border-color: rgb(134,106,119); }
td.TdClassName
{
border-color: #866A77;
}
.TagClassName
{
border-color: #866A77;
}
</style>