Shades of Strikemaster #865F76
Tints of Strikemaster #865F76
RGB
CMYK
RGB Variations
Color information
#865F76 (or 0x865F76) is known color: Strikemaster. HEX triplet: 86, 5F and 76. RGB value is (134,95,118). Sum of RGB (Red+Green+Blue) = 134+95+118=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #865F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F76 is #79A089. Grayscale: #6D6D6D. Windows color (decimal): -7970954 or 7757702. OLE color: 7757702.
HSL color Cylindrical-coordinate representation of color #865F76: hue angle of 324.62º 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 #865F76 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 118 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.47 |
| HSL | 324.62º | 0.17% | 0.45% | - |
| HSV(B) | 324.62º | 0.29% | 0.53% | - |
| XYZ | 17.19 | 14.56 | 19.04 | - |
| YUV | 109.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 118 | 0 | 0.29 | 0.12 | 0.47 | 324.62 | 0.17 | 0.45 |
| Hex | 86 | 5F | 76 | 0 | 1D | C | 2F | 145 | 11 | 2D |
| Octal | 206 | 137 | 166 | 0 | 35 | 14 | 57 | 505 | 21 | 55 |
| Binary | 10000110 | 1011111 | 1110110 | 0 | 11101 | 1100 | 101111 | 101000101 | 10001 | 101101 |
Color Harmonies of #865F76
Complementary color
Monochromatic Colors of #865F76
Black with #865F76
Text Example
Text Example
White with #865F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F76; }
p { color: rgb(134,95,118); }
H1.HeaderClassName
{
color: #865F76;
}
.AnyTagClassName
{
color: #865F76;
}
</style>
background-color css
<style>
a { background-color: #865F76; }
a { background-color: rgb(134,95,118); }
div.DivClassName
{
background-color: #865F76;
}
.BgClassName
{
background-color: #865F76;
}
</style>
border-color css
<style>
span { border-color: #865F76; }
span { border-color: rgb(134,95,118); }
td.TdClassName
{
border-color: #865F76;
}
.TagClassName
{
border-color: #865F76;
}
</style>