Shades of Strikemaster #866377
Tints of Strikemaster #866377
RGB
CMYK
RGB Variations
Color information
#866377 (or 0x866377) is known color: Strikemaster. HEX triplet: 86, 63 and 77. RGB value is (134,99,119). Sum of RGB (Red+Green+Blue) = 134+99+119=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #866377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866377 is #799C88. Grayscale: #6F6F6F. Windows color (decimal): -7969929 or 7824262. OLE color: 7824262.
HSL color Cylindrical-coordinate representation of color #866377: hue angle of 325.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #866377 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 99 | 119 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.47 |
| HSL | 325.71º | 0.15% | 0.46% | - |
| HSV(B) | 325.71º | 0.26% | 0.53% | - |
| XYZ | 17.62 | 15.32 | 19.48 | - |
| YUV | 111.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 119 | 0 | 0.26 | 0.11 | 0.47 | 325.71 | 0.15 | 0.46 |
| Hex | 86 | 63 | 77 | 0 | 1A | B | 2F | 146 | F | 2E |
| Octal | 206 | 143 | 167 | 0 | 32 | 13 | 57 | 506 | 17 | 56 |
| Binary | 10000110 | 1100011 | 1110111 | 0 | 11010 | 1011 | 101111 | 101000110 | 1111 | 101110 |
Color Harmonies of #866377
Complementary color
Monochromatic Colors of #866377
Black with #866377
Text Example
Text Example
White with #866377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866377; }
p { color: rgb(134,99,119); }
H1.HeaderClassName
{
color: #866377;
}
.AnyTagClassName
{
color: #866377;
}
</style>
background-color css
<style>
a { background-color: #866377; }
a { background-color: rgb(134,99,119); }
div.DivClassName
{
background-color: #866377;
}
.BgClassName
{
background-color: #866377;
}
</style>
border-color css
<style>
span { border-color: #866377; }
span { border-color: rgb(134,99,119); }
td.TdClassName
{
border-color: #866377;
}
.TagClassName
{
border-color: #866377;
}
</style>