Shades of Strikemaster #865C73
Tints of Strikemaster #865C73
RGB
CMYK
RGB Variations
Color information
#865C73 (or 0x865C73) is known color: Strikemaster. HEX triplet: 86, 5C and 73. RGB value is (134,92,115). Sum of RGB (Red+Green+Blue) = 134+92+115=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #865C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C73 is #79A38C. Grayscale: #6B6B6B. Windows color (decimal): -7971725 or 7560326. OLE color: 7560326.
HSL color Cylindrical-coordinate representation of color #865C73: hue angle of 327.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C73 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 115 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.47 |
| HSL | 327.14º | 0.19% | 0.44% | - |
| HSV(B) | 327.14º | 0.31% | 0.53% | - |
| XYZ | 16.75 | 13.96 | 18.03 | - |
| YUV | 107.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 115 | 0 | 0.31 | 0.14 | 0.47 | 327.14 | 0.19 | 0.44 |
| Hex | 86 | 5C | 73 | 0 | 1F | E | 2F | 147 | 13 | 2C |
| Octal | 206 | 134 | 163 | 0 | 37 | 16 | 57 | 507 | 23 | 54 |
| Binary | 10000110 | 1011100 | 1110011 | 0 | 11111 | 1110 | 101111 | 101000111 | 10011 | 101100 |
Color Harmonies of #865C73
Complementary color
Monochromatic Colors of #865C73
Black with #865C73
Text Example
Text Example
White with #865C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C73; }
p { color: rgb(134,92,115); }
H1.HeaderClassName
{
color: #865C73;
}
.AnyTagClassName
{
color: #865C73;
}
</style>
background-color css
<style>
a { background-color: #865C73; }
a { background-color: rgb(134,92,115); }
div.DivClassName
{
background-color: #865C73;
}
.BgClassName
{
background-color: #865C73;
}
</style>
border-color css
<style>
span { border-color: #865C73; }
span { border-color: rgb(134,92,115); }
td.TdClassName
{
border-color: #865C73;
}
.TagClassName
{
border-color: #865C73;
}
</style>