Shades of Strikemaster #87637B
Tints of Strikemaster #87637B
RGB
CMYK
RGB Variations
Color information
#87637B (or 0x87637B) is known color: Strikemaster. HEX triplet: 87, 63 and 7B. RGB value is (135,99,123). Sum of RGB (Red+Green+Blue) = 135+99+123=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87637B is #789C84. Grayscale: #707070. Windows color (decimal): -7904389 or 8086407. OLE color: 8086407.
HSL color Cylindrical-coordinate representation of color #87637B: hue angle of 320º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87637B is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 99 | 123 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.47 |
| HSL | 320º | 0.15% | 0.46% | - |
| HSV(B) | 320º | 0.27% | 0.53% | - |
| XYZ | 18.03 | 15.5 | 20.78 | - |
| YUV | 112.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 99 | 123 | 0 | 0.27 | 0.09 | 0.47 | 320 | 0.15 | 0.46 |
| Hex | 87 | 63 | 7B | 0 | 1B | 9 | 2F | 140 | F | 2E |
| Octal | 207 | 143 | 173 | 0 | 33 | 11 | 57 | 500 | 17 | 56 |
| Binary | 10000111 | 1100011 | 1111011 | 0 | 11011 | 1001 | 101111 | 101000000 | 1111 | 101110 |
Color Harmonies of #87637B
Complementary color
Monochromatic Colors of #87637B
Black with #87637B
Text Example
Text Example
White with #87637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87637B; }
p { color: rgb(135,99,123); }
H1.HeaderClassName
{
color: #87637B;
}
.AnyTagClassName
{
color: #87637B;
}
</style>
background-color css
<style>
a { background-color: #87637B; }
a { background-color: rgb(135,99,123); }
div.DivClassName
{
background-color: #87637B;
}
.BgClassName
{
background-color: #87637B;
}
</style>
border-color css
<style>
span { border-color: #87637B; }
span { border-color: rgb(135,99,123); }
td.TdClassName
{
border-color: #87637B;
}
.TagClassName
{
border-color: #87637B;
}
</style>