Shades of Strikemaster #87647B
Tints of Strikemaster #87647B
RGB
CMYK
RGB Variations
Color information
#87647B (or 0x87647B) is known color: Strikemaster. HEX triplet: 87, 64 and 7B. RGB value is (135,100,123). Sum of RGB (Red+Green+Blue) = 135+100+123=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87647B is #789B84. Grayscale: #717171. Windows color (decimal): -7904133 or 8086663. OLE color: 8086663.
HSL color Cylindrical-coordinate representation of color #87647B: hue angle of 320.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87647B is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 123 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.47 |
| HSL | 320.57º | 0.15% | 0.46% | - |
| HSV(B) | 320.57º | 0.26% | 0.53% | - |
| XYZ | 18.12 | 15.7 | 20.81 | - |
| YUV | 113.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 123 | 0 | 0.26 | 0.09 | 0.47 | 320.57 | 0.15 | 0.46 |
| Hex | 87 | 64 | 7B | 0 | 1A | 9 | 2F | 141 | F | 2E |
| Octal | 207 | 144 | 173 | 0 | 32 | 11 | 57 | 501 | 17 | 56 |
| Binary | 10000111 | 1100100 | 1111011 | 0 | 11010 | 1001 | 101111 | 101000001 | 1111 | 101110 |
Color Harmonies of #87647B
Complementary color
Monochromatic Colors of #87647B
Black with #87647B
Text Example
Text Example
White with #87647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87647B; }
p { color: rgb(135,100,123); }
H1.HeaderClassName
{
color: #87647B;
}
.AnyTagClassName
{
color: #87647B;
}
</style>
background-color css
<style>
a { background-color: #87647B; }
a { background-color: rgb(135,100,123); }
div.DivClassName
{
background-color: #87647B;
}
.BgClassName
{
background-color: #87647B;
}
</style>
border-color css
<style>
span { border-color: #87647B; }
span { border-color: rgb(135,100,123); }
td.TdClassName
{
border-color: #87647B;
}
.TagClassName
{
border-color: #87647B;
}
</style>