Shades of Strikemaster #85687B
Tints of Strikemaster #85687B
RGB
CMYK
RGB Variations
Color information
#85687B (or 0x85687B) is known color: Strikemaster. HEX triplet: 85, 68 and 7B. RGB value is (133,104,123). Sum of RGB (Red+Green+Blue) = 133+104+123=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #85687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85687B is #7A9784. Grayscale: #727272. Windows color (decimal): -8034181 or 8087685. OLE color: 8087685.
HSL color Cylindrical-coordinate representation of color #85687B: hue angle of 320.69º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85687B is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 123 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.48 |
| HSL | 320.69º | 0.12% | 0.46% | - |
| HSV(B) | 320.69º | 0.22% | 0.52% | - |
| XYZ | 18.2 | 16.32 | 20.93 | - |
| YUV | 114.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 123 | 0 | 0.22 | 0.08 | 0.48 | 320.69 | 0.12 | 0.46 |
| Hex | 85 | 68 | 7B | 0 | 16 | 8 | 30 | 141 | C | 2E |
| Octal | 205 | 150 | 173 | 0 | 26 | 10 | 60 | 501 | 14 | 56 |
| Binary | 10000101 | 1101000 | 1111011 | 0 | 10110 | 1000 | 110000 | 101000001 | 1100 | 101110 |
Color Harmonies of #85687B
Complementary color
Monochromatic Colors of #85687B
Black with #85687B
Text Example
Text Example
White with #85687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85687B; }
p { color: rgb(133,104,123); }
H1.HeaderClassName
{
color: #85687B;
}
.AnyTagClassName
{
color: #85687B;
}
</style>
background-color css
<style>
a { background-color: #85687B; }
a { background-color: rgb(133,104,123); }
div.DivClassName
{
background-color: #85687B;
}
.BgClassName
{
background-color: #85687B;
}
</style>
border-color css
<style>
span { border-color: #85687B; }
span { border-color: rgb(133,104,123); }
td.TdClassName
{
border-color: #85687B;
}
.TagClassName
{
border-color: #85687B;
}
</style>