Shades of Strikemaster #865D74
Tints of Strikemaster #865D74
RGB
CMYK
RGB Variations
Color information
#865D74 (or 0x865D74) is known color: Strikemaster. HEX triplet: 86, 5D and 74. RGB value is (134,93,116). Sum of RGB (Red+Green+Blue) = 134+93+116=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #865D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D74 is #79A28B. Grayscale: #6B6B6B. Windows color (decimal): -7971468 or 7626118. OLE color: 7626118.
HSL color Cylindrical-coordinate representation of color #865D74: hue angle of 326.34º 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 #865D74 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 116 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.47 |
| HSL | 326.34º | 0.18% | 0.45% | - |
| HSV(B) | 326.34º | 0.31% | 0.53% | - |
| XYZ | 16.9 | 14.16 | 18.37 | - |
| YUV | 107.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 116 | 0 | 0.31 | 0.13 | 0.47 | 326.34 | 0.18 | 0.45 |
| Hex | 86 | 5D | 74 | 0 | 1F | D | 2F | 146 | 12 | 2D |
| Octal | 206 | 135 | 164 | 0 | 37 | 15 | 57 | 506 | 22 | 55 |
| Binary | 10000110 | 1011101 | 1110100 | 0 | 11111 | 1101 | 101111 | 101000110 | 10010 | 101101 |
Color Harmonies of #865D74
Complementary color
Monochromatic Colors of #865D74
Black with #865D74
Text Example
Text Example
White with #865D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D74; }
p { color: rgb(134,93,116); }
H1.HeaderClassName
{
color: #865D74;
}
.AnyTagClassName
{
color: #865D74;
}
</style>
background-color css
<style>
a { background-color: #865D74; }
a { background-color: rgb(134,93,116); }
div.DivClassName
{
background-color: #865D74;
}
.BgClassName
{
background-color: #865D74;
}
</style>
border-color css
<style>
span { border-color: #865D74; }
span { border-color: rgb(134,93,116); }
td.TdClassName
{
border-color: #865D74;
}
.TagClassName
{
border-color: #865D74;
}
</style>