Shades of Strikemaster #865B75
Tints of Strikemaster #865B75
RGB
CMYK
RGB Variations
Color information
#865B75 (or 0x865B75) is known color: Strikemaster. HEX triplet: 86, 5B and 75. RGB value is (134,91,117). Sum of RGB (Red+Green+Blue) = 134+91+117=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #865B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B75 is #79A48A. Grayscale: #6A6A6A. Windows color (decimal): -7971979 or 7691142. OLE color: 7691142.
HSL color Cylindrical-coordinate representation of color #865B75: hue angle of 323.72º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #865B75 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 117 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.47 |
| HSL | 323.72º | 0.19% | 0.44% | - |
| HSV(B) | 323.72º | 0.32% | 0.53% | - |
| XYZ | 16.78 | 13.83 | 18.62 | - |
| YUV | 106.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 117 | 0 | 0.32 | 0.13 | 0.47 | 323.72 | 0.19 | 0.44 |
| Hex | 86 | 5B | 75 | 0 | 20 | D | 2F | 144 | 13 | 2C |
| Octal | 206 | 133 | 165 | 0 | 40 | 15 | 57 | 504 | 23 | 54 |
| Binary | 10000110 | 1011011 | 1110101 | 0 | 100000 | 1101 | 101111 | 101000100 | 10011 | 101100 |
Color Harmonies of #865B75
Complementary color
Monochromatic Colors of #865B75
Black with #865B75
Text Example
Text Example
White with #865B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B75; }
p { color: rgb(134,91,117); }
H1.HeaderClassName
{
color: #865B75;
}
.AnyTagClassName
{
color: #865B75;
}
</style>
background-color css
<style>
a { background-color: #865B75; }
a { background-color: rgb(134,91,117); }
div.DivClassName
{
background-color: #865B75;
}
.BgClassName
{
background-color: #865B75;
}
</style>
border-color css
<style>
span { border-color: #865B75; }
span { border-color: rgb(134,91,117); }
td.TdClassName
{
border-color: #865B75;
}
.TagClassName
{
border-color: #865B75;
}
</style>