Shades of Strikemaster #865F73
Tints of Strikemaster #865F73
RGB
CMYK
RGB Variations
Color information
#865F73 (or 0x865F73) is known color: Strikemaster. HEX triplet: 86, 5F and 73. RGB value is (134,95,115). Sum of RGB (Red+Green+Blue) = 134+95+115=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #865F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F73 is #79A08C. Grayscale: #6C6C6C. Windows color (decimal): -7970957 or 7561094. OLE color: 7561094.
HSL color Cylindrical-coordinate representation of color #865F73: hue angle of 329.23º 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 #865F73 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 115 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.47 |
| HSL | 329.23º | 0.17% | 0.45% | - |
| HSV(B) | 329.23º | 0.29% | 0.53% | - |
| XYZ | 17.02 | 14.49 | 18.12 | - |
| YUV | 108.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 115 | 0 | 0.29 | 0.14 | 0.47 | 329.23 | 0.17 | 0.45 |
| Hex | 86 | 5F | 73 | 0 | 1D | E | 2F | 149 | 11 | 2D |
| Octal | 206 | 137 | 163 | 0 | 35 | 16 | 57 | 511 | 21 | 55 |
| Binary | 10000110 | 1011111 | 1110011 | 0 | 11101 | 1110 | 101111 | 101001001 | 10001 | 101101 |
Color Harmonies of #865F73
Complementary color
Monochromatic Colors of #865F73
Black with #865F73
Text Example
Text Example
White with #865F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F73; }
p { color: rgb(134,95,115); }
H1.HeaderClassName
{
color: #865F73;
}
.AnyTagClassName
{
color: #865F73;
}
</style>
background-color css
<style>
a { background-color: #865F73; }
a { background-color: rgb(134,95,115); }
div.DivClassName
{
background-color: #865F73;
}
.BgClassName
{
background-color: #865F73;
}
</style>
border-color css
<style>
span { border-color: #865F73; }
span { border-color: rgb(134,95,115); }
td.TdClassName
{
border-color: #865F73;
}
.TagClassName
{
border-color: #865F73;
}
</style>