Shades of Strikemaster #865E79
Tints of Strikemaster #865E79
RGB
CMYK
RGB Variations
Color information
#865E79 (or 0x865E79) is known color: Strikemaster. HEX triplet: 86, 5E and 79. RGB value is (134,94,121). Sum of RGB (Red+Green+Blue) = 134+94+121=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #865E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E79 is #79A186. Grayscale: #6C6C6C. Windows color (decimal): -7971207 or 7954054. OLE color: 7954054.
HSL color Cylindrical-coordinate representation of color #865E79: hue angle of 319.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E79 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 121 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.47 |
| HSL | 319.5º | 0.18% | 0.45% | - |
| HSV(B) | 319.5º | 0.3% | 0.53% | - |
| XYZ | 17.29 | 14.45 | 19.97 | - |
| YUV | 109.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 121 | 0 | 0.30 | 0.10 | 0.47 | 319.5 | 0.18 | 0.45 |
| Hex | 86 | 5E | 79 | 0 | 1E | A | 2F | 140 | 12 | 2D |
| Octal | 206 | 136 | 171 | 0 | 36 | 12 | 57 | 500 | 22 | 55 |
| Binary | 10000110 | 1011110 | 1111001 | 0 | 11110 | 1010 | 101111 | 101000000 | 10010 | 101101 |
Color Harmonies of #865E79
Complementary color
Monochromatic Colors of #865E79
Black with #865E79
Text Example
Text Example
White with #865E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E79; }
p { color: rgb(134,94,121); }
H1.HeaderClassName
{
color: #865E79;
}
.AnyTagClassName
{
color: #865E79;
}
</style>
background-color css
<style>
a { background-color: #865E79; }
a { background-color: rgb(134,94,121); }
div.DivClassName
{
background-color: #865E79;
}
.BgClassName
{
background-color: #865E79;
}
</style>
border-color css
<style>
span { border-color: #865E79; }
span { border-color: rgb(134,94,121); }
td.TdClassName
{
border-color: #865E79;
}
.TagClassName
{
border-color: #865E79;
}
</style>