Shades of Strikemaster #87657B
Tints of Strikemaster #87657B
RGB
CMYK
RGB Variations
Color information
#87657B (or 0x87657B) is known color: Strikemaster. HEX triplet: 87, 65 and 7B. RGB value is (135,101,123). Sum of RGB (Red+Green+Blue) = 135+101+123=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87657B is #789A84. Grayscale: #717171. Windows color (decimal): -7903877 or 8086919. OLE color: 8086919.
HSL color Cylindrical-coordinate representation of color #87657B: hue angle of 321.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87657B is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 123 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.47 |
| HSL | 321.18º | 0.14% | 0.46% | - |
| HSV(B) | 321.18º | 0.25% | 0.53% | - |
| XYZ | 18.22 | 15.89 | 20.85 | - |
| YUV | 113.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 123 | 0 | 0.25 | 0.09 | 0.47 | 321.18 | 0.14 | 0.46 |
| Hex | 87 | 65 | 7B | 0 | 19 | 9 | 2F | 141 | E | 2E |
| Octal | 207 | 145 | 173 | 0 | 31 | 11 | 57 | 501 | 16 | 56 |
| Binary | 10000111 | 1100101 | 1111011 | 0 | 11001 | 1001 | 101111 | 101000001 | 1110 | 101110 |
Color Harmonies of #87657B
Complementary color
Monochromatic Colors of #87657B
Black with #87657B
Text Example
Text Example
White with #87657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87657B; }
p { color: rgb(135,101,123); }
H1.HeaderClassName
{
color: #87657B;
}
.AnyTagClassName
{
color: #87657B;
}
</style>
background-color css
<style>
a { background-color: #87657B; }
a { background-color: rgb(135,101,123); }
div.DivClassName
{
background-color: #87657B;
}
.BgClassName
{
background-color: #87657B;
}
</style>
border-color css
<style>
span { border-color: #87657B; }
span { border-color: rgb(135,101,123); }
td.TdClassName
{
border-color: #87657B;
}
.TagClassName
{
border-color: #87657B;
}
</style>