Shades of Strikemaster #87667B
Tints of Strikemaster #87667B
RGB
CMYK
RGB Variations
Color information
#87667B (or 0x87667B) is known color: Strikemaster. HEX triplet: 87, 66 and 7B. RGB value is (135,102,123). Sum of RGB (Red+Green+Blue) = 135+102+123=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #87667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87667B is #789984. Grayscale: #727272. Windows color (decimal): -7903621 or 8087175. OLE color: 8087175.
HSL color Cylindrical-coordinate representation of color #87667B: hue angle of 321.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87667B is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 123 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.47 |
| HSL | 321.82º | 0.14% | 0.46% | - |
| HSV(B) | 321.82º | 0.24% | 0.53% | - |
| XYZ | 18.32 | 16.08 | 20.88 | - |
| YUV | 114.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 123 | 0 | 0.24 | 0.09 | 0.47 | 321.82 | 0.14 | 0.46 |
| Hex | 87 | 66 | 7B | 0 | 18 | 9 | 2F | 142 | E | 2E |
| Octal | 207 | 146 | 173 | 0 | 30 | 11 | 57 | 502 | 16 | 56 |
| Binary | 10000111 | 1100110 | 1111011 | 0 | 11000 | 1001 | 101111 | 101000010 | 1110 | 101110 |
Color Harmonies of #87667B
Complementary color
Monochromatic Colors of #87667B
Black with #87667B
Text Example
Text Example
White with #87667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87667B; }
p { color: rgb(135,102,123); }
H1.HeaderClassName
{
color: #87667B;
}
.AnyTagClassName
{
color: #87667B;
}
</style>
background-color css
<style>
a { background-color: #87667B; }
a { background-color: rgb(135,102,123); }
div.DivClassName
{
background-color: #87667B;
}
.BgClassName
{
background-color: #87667B;
}
</style>
border-color css
<style>
span { border-color: #87667B; }
span { border-color: rgb(135,102,123); }
td.TdClassName
{
border-color: #87667B;
}
.TagClassName
{
border-color: #87667B;
}
</style>