Shades of Strikemaster #865D7A
Tints of Strikemaster #865D7A
RGB
CMYK
RGB Variations
Color information
#865D7A (or 0x865D7A) is known color: Strikemaster. HEX triplet: 86, 5D and 7A. RGB value is (134,93,122). Sum of RGB (Red+Green+Blue) = 134+93+122=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #865D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D7A is #79A285. Grayscale: #6C6C6C. Windows color (decimal): -7971462 or 8019334. OLE color: 8019334.
HSL color Cylindrical-coordinate representation of color #865D7A: hue angle of 317.56º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865D7A is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 122 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.47 |
| HSL | 317.56º | 0.18% | 0.45% | - |
| HSV(B) | 317.56º | 0.31% | 0.53% | - |
| XYZ | 17.26 | 14.3 | 20.26 | - |
| YUV | 108.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 122 | 0 | 0.31 | 0.09 | 0.47 | 317.56 | 0.18 | 0.45 |
| Hex | 86 | 5D | 7A | 0 | 1F | 9 | 2F | 13E | 12 | 2D |
| Octal | 206 | 135 | 172 | 0 | 37 | 11 | 57 | 476 | 22 | 55 |
| Binary | 10000110 | 1011101 | 1111010 | 0 | 11111 | 1001 | 101111 | 100111110 | 10010 | 101101 |
Color Harmonies of #865D7A
Complementary color
Monochromatic Colors of #865D7A
Black with #865D7A
Text Example
Text Example
White with #865D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D7A; }
p { color: rgb(134,93,122); }
H1.HeaderClassName
{
color: #865D7A;
}
.AnyTagClassName
{
color: #865D7A;
}
</style>
background-color css
<style>
a { background-color: #865D7A; }
a { background-color: rgb(134,93,122); }
div.DivClassName
{
background-color: #865D7A;
}
.BgClassName
{
background-color: #865D7A;
}
</style>
border-color css
<style>
span { border-color: #865D7A; }
span { border-color: rgb(134,93,122); }
td.TdClassName
{
border-color: #865D7A;
}
.TagClassName
{
border-color: #865D7A;
}
</style>