Shades of Strikemaster #865B78
Tints of Strikemaster #865B78
RGB
CMYK
RGB Variations
Color information
#865B78 (or 0x865B78) is known color: Strikemaster. HEX triplet: 86, 5B and 78. RGB value is (134,91,120). Sum of RGB (Red+Green+Blue) = 134+91+120=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #865B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B78 is #79A487. Grayscale: #6B6B6B. Windows color (decimal): -7971976 or 7887750. OLE color: 7887750.
HSL color Cylindrical-coordinate representation of color #865B78: hue angle of 319.53º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #865B78 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 120 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.47 |
| HSL | 319.53º | 0.19% | 0.44% | - |
| HSV(B) | 319.53º | 0.32% | 0.53% | - |
| XYZ | 16.96 | 13.91 | 19.56 | - |
| YUV | 107.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 120 | 0 | 0.32 | 0.10 | 0.47 | 319.53 | 0.19 | 0.44 |
| Hex | 86 | 5B | 78 | 0 | 20 | A | 2F | 140 | 13 | 2C |
| Octal | 206 | 133 | 170 | 0 | 40 | 12 | 57 | 500 | 23 | 54 |
| Binary | 10000110 | 1011011 | 1111000 | 0 | 100000 | 1010 | 101111 | 101000000 | 10011 | 101100 |
Color Harmonies of #865B78
Complementary color
Monochromatic Colors of #865B78
Black with #865B78
Text Example
Text Example
White with #865B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B78; }
p { color: rgb(134,91,120); }
H1.HeaderClassName
{
color: #865B78;
}
.AnyTagClassName
{
color: #865B78;
}
</style>
background-color css
<style>
a { background-color: #865B78; }
a { background-color: rgb(134,91,120); }
div.DivClassName
{
background-color: #865B78;
}
.BgClassName
{
background-color: #865B78;
}
</style>
border-color css
<style>
span { border-color: #865B78; }
span { border-color: rgb(134,91,120); }
td.TdClassName
{
border-color: #865B78;
}
.TagClassName
{
border-color: #865B78;
}
</style>