Shades of Strikemaster #865E74
Tints of Strikemaster #865E74
RGB
CMYK
RGB Variations
Color information
#865E74 (or 0x865E74) is known color: Strikemaster. HEX triplet: 86, 5E and 74. RGB value is (134,94,116). Sum of RGB (Red+Green+Blue) = 134+94+116=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #865E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E74 is #79A18B. Grayscale: #6C6C6C. Windows color (decimal): -7971212 or 7626374. OLE color: 7626374.
HSL color Cylindrical-coordinate representation of color #865E74: hue angle of 327º 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 #865E74 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 116 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.47 |
| HSL | 327º | 0.18% | 0.45% | - |
| HSV(B) | 327º | 0.3% | 0.53% | - |
| XYZ | 16.99 | 14.33 | 18.39 | - |
| YUV | 108.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 116 | 0 | 0.30 | 0.13 | 0.47 | 327 | 0.18 | 0.45 |
| Hex | 86 | 5E | 74 | 0 | 1E | D | 2F | 147 | 12 | 2D |
| Octal | 206 | 136 | 164 | 0 | 36 | 15 | 57 | 507 | 22 | 55 |
| Binary | 10000110 | 1011110 | 1110100 | 0 | 11110 | 1101 | 101111 | 101000111 | 10010 | 101101 |
Color Harmonies of #865E74
Complementary color
Monochromatic Colors of #865E74
Black with #865E74
Text Example
Text Example
White with #865E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E74; }
p { color: rgb(134,94,116); }
H1.HeaderClassName
{
color: #865E74;
}
.AnyTagClassName
{
color: #865E74;
}
</style>
background-color css
<style>
a { background-color: #865E74; }
a { background-color: rgb(134,94,116); }
div.DivClassName
{
background-color: #865E74;
}
.BgClassName
{
background-color: #865E74;
}
</style>
border-color css
<style>
span { border-color: #865E74; }
span { border-color: rgb(134,94,116); }
td.TdClassName
{
border-color: #865E74;
}
.TagClassName
{
border-color: #865E74;
}
</style>