Shades of Strikemaster #865777
Tints of Strikemaster #865777
RGB
CMYK
RGB Variations
Color information
#865777 (or 0x865777) is known color: Strikemaster. HEX triplet: 86, 57 and 77. RGB value is (134,87,119). Sum of RGB (Red+Green+Blue) = 134+87+119=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #865777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865777 is #79A888. Grayscale: #686868. Windows color (decimal): -7973001 or 7821190. OLE color: 7821190.
HSL color Cylindrical-coordinate representation of color #865777: hue angle of 319.15º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #865777 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 119 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.47 |
| HSL | 319.15º | 0.21% | 0.43% | - |
| HSV(B) | 319.15º | 0.35% | 0.53% | - |
| XYZ | 16.57 | 13.22 | 19.13 | - |
| YUV | 104.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 119 | 0 | 0.35 | 0.11 | 0.47 | 319.15 | 0.21 | 0.43 |
| Hex | 86 | 57 | 77 | 0 | 23 | B | 2F | 13F | 15 | 2B |
| Octal | 206 | 127 | 167 | 0 | 43 | 13 | 57 | 477 | 25 | 53 |
| Binary | 10000110 | 1010111 | 1110111 | 0 | 100011 | 1011 | 101111 | 100111111 | 10101 | 101011 |
Color Harmonies of #865777
Complementary color
Monochromatic Colors of #865777
Black with #865777
Text Example
Text Example
White with #865777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865777; }
p { color: rgb(134,87,119); }
H1.HeaderClassName
{
color: #865777;
}
.AnyTagClassName
{
color: #865777;
}
</style>
background-color css
<style>
a { background-color: #865777; }
a { background-color: rgb(134,87,119); }
div.DivClassName
{
background-color: #865777;
}
.BgClassName
{
background-color: #865777;
}
</style>
border-color css
<style>
span { border-color: #865777; }
span { border-color: rgb(134,87,119); }
td.TdClassName
{
border-color: #865777;
}
.TagClassName
{
border-color: #865777;
}
</style>