Shades of Strikemaster #865F7A
Tints of Strikemaster #865F7A
RGB
CMYK
RGB Variations
Color information
#865F7A (or 0x865F7A) is known color: Strikemaster. HEX triplet: 86, 5F and 7A. RGB value is (134,95,122). Sum of RGB (Red+Green+Blue) = 134+95+122=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #865F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F7A is #79A085. Grayscale: #6D6D6D. Windows color (decimal): -7970950 or 8019846. OLE color: 8019846.
HSL color Cylindrical-coordinate representation of color #865F7A: hue angle of 318.46º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F7A is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 122 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.47 |
| HSL | 318.46º | 0.17% | 0.45% | - |
| HSV(B) | 318.46º | 0.29% | 0.53% | - |
| XYZ | 17.44 | 14.66 | 20.32 | - |
| YUV | 109.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 122 | 0 | 0.29 | 0.09 | 0.47 | 318.46 | 0.17 | 0.45 |
| Hex | 86 | 5F | 7A | 0 | 1D | 9 | 2F | 13E | 11 | 2D |
| Octal | 206 | 137 | 172 | 0 | 35 | 11 | 57 | 476 | 21 | 55 |
| Binary | 10000110 | 1011111 | 1111010 | 0 | 11101 | 1001 | 101111 | 100111110 | 10001 | 101101 |
Color Harmonies of #865F7A
Complementary color
Monochromatic Colors of #865F7A
Black with #865F7A
Text Example
Text Example
White with #865F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F7A; }
p { color: rgb(134,95,122); }
H1.HeaderClassName
{
color: #865F7A;
}
.AnyTagClassName
{
color: #865F7A;
}
</style>
background-color css
<style>
a { background-color: #865F7A; }
a { background-color: rgb(134,95,122); }
div.DivClassName
{
background-color: #865F7A;
}
.BgClassName
{
background-color: #865F7A;
}
</style>
border-color css
<style>
span { border-color: #865F7A; }
span { border-color: rgb(134,95,122); }
td.TdClassName
{
border-color: #865F7A;
}
.TagClassName
{
border-color: #865F7A;
}
</style>