Shades of Strikemaster #87627B
Tints of Strikemaster #87627B
RGB
CMYK
RGB Variations
Color information
#87627B (or 0x87627B) is known color: Strikemaster. HEX triplet: 87, 62 and 7B. RGB value is (135,98,123). Sum of RGB (Red+Green+Blue) = 135+98+123=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #87627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87627B is #789D84. Grayscale: #6F6F6F. Windows color (decimal): -7904645 or 8086151. OLE color: 8086151.
HSL color Cylindrical-coordinate representation of color #87627B: hue angle of 319.46º degrees, saturation: 0.16, 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 #87627B is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 98 | 123 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.47 |
| HSL | 319.46º | 0.16% | 0.46% | - |
| HSV(B) | 319.46º | 0.27% | 0.53% | - |
| XYZ | 17.93 | 15.32 | 20.75 | - |
| YUV | 111.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 123 | 0 | 0.27 | 0.09 | 0.47 | 319.46 | 0.16 | 0.46 |
| Hex | 87 | 62 | 7B | 0 | 1B | 9 | 2F | 13F | 10 | 2E |
| Octal | 207 | 142 | 173 | 0 | 33 | 11 | 57 | 477 | 20 | 56 |
| Binary | 10000111 | 1100010 | 1111011 | 0 | 11011 | 1001 | 101111 | 100111111 | 10000 | 101110 |
Color Harmonies of #87627B
Complementary color
Monochromatic Colors of #87627B
Black with #87627B
Text Example
Text Example
White with #87627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87627B; }
p { color: rgb(135,98,123); }
H1.HeaderClassName
{
color: #87627B;
}
.AnyTagClassName
{
color: #87627B;
}
</style>
background-color css
<style>
a { background-color: #87627B; }
a { background-color: rgb(135,98,123); }
div.DivClassName
{
background-color: #87627B;
}
.BgClassName
{
background-color: #87627B;
}
</style>
border-color css
<style>
span { border-color: #87627B; }
span { border-color: rgb(135,98,123); }
td.TdClassName
{
border-color: #87627B;
}
.TagClassName
{
border-color: #87627B;
}
</style>