Shades of Strikemaster #865976
Tints of Strikemaster #865976
RGB
CMYK
RGB Variations
Color information
#865976 (or 0x865976) is known color: Strikemaster. HEX triplet: 86, 59 and 76. RGB value is (134,89,118). Sum of RGB (Red+Green+Blue) = 134+89+118=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #865976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865976 is #79A689. Grayscale: #696969. Windows color (decimal): -7972490 or 7756166. OLE color: 7756166.
HSL color Cylindrical-coordinate representation of color #865976: hue angle of 321.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865976 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 89 | 118 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.47 |
| HSL | 321.33º | 0.2% | 0.44% | - |
| HSV(B) | 321.33º | 0.34% | 0.53% | - |
| XYZ | 16.67 | 13.52 | 18.87 | - |
| YUV | 105.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 118 | 0 | 0.34 | 0.12 | 0.47 | 321.33 | 0.2 | 0.44 |
| Hex | 86 | 59 | 76 | 0 | 22 | C | 2F | 141 | 14 | 2C |
| Octal | 206 | 131 | 166 | 0 | 42 | 14 | 57 | 501 | 24 | 54 |
| Binary | 10000110 | 1011001 | 1110110 | 0 | 100010 | 1100 | 101111 | 101000001 | 10100 | 101100 |
Color Harmonies of #865976
Complementary color
Monochromatic Colors of #865976
Black with #865976
Text Example
Text Example
White with #865976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865976; }
p { color: rgb(134,89,118); }
H1.HeaderClassName
{
color: #865976;
}
.AnyTagClassName
{
color: #865976;
}
</style>
background-color css
<style>
a { background-color: #865976; }
a { background-color: rgb(134,89,118); }
div.DivClassName
{
background-color: #865976;
}
.BgClassName
{
background-color: #865976;
}
</style>
border-color css
<style>
span { border-color: #865976; }
span { border-color: rgb(134,89,118); }
td.TdClassName
{
border-color: #865976;
}
.TagClassName
{
border-color: #865976;
}
</style>