Shades of Strikemaster #87607A
Tints of Strikemaster #87607A
RGB
CMYK
RGB Variations
Color information
#87607A (or 0x87607A) is known color: Strikemaster. HEX triplet: 87, 60 and 7A. RGB value is (135,96,122). Sum of RGB (Red+Green+Blue) = 135+96+122=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #87607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87607A is #789F85. Grayscale: #6E6E6E. Windows color (decimal): -7905158 or 8020103. OLE color: 8020103.
HSL color Cylindrical-coordinate representation of color #87607A: hue angle of 320º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87607A is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 96 | 122 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.47 |
| HSL | 320º | 0.17% | 0.45% | - |
| HSV(B) | 320º | 0.29% | 0.53% | - |
| XYZ | 17.69 | 14.92 | 20.36 | - |
| YUV | 110.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 96 | 122 | 0 | 0.29 | 0.10 | 0.47 | 320 | 0.17 | 0.45 |
| Hex | 87 | 60 | 7A | 0 | 1D | A | 2F | 140 | 11 | 2D |
| Octal | 207 | 140 | 172 | 0 | 35 | 12 | 57 | 500 | 21 | 55 |
| Binary | 10000111 | 1100000 | 1111010 | 0 | 11101 | 1010 | 101111 | 101000000 | 10001 | 101101 |
Color Harmonies of #87607A
Complementary color
Monochromatic Colors of #87607A
Black with #87607A
Text Example
Text Example
White with #87607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87607A; }
p { color: rgb(135,96,122); }
H1.HeaderClassName
{
color: #87607A;
}
.AnyTagClassName
{
color: #87607A;
}
</style>
background-color css
<style>
a { background-color: #87607A; }
a { background-color: rgb(135,96,122); }
div.DivClassName
{
background-color: #87607A;
}
.BgClassName
{
background-color: #87607A;
}
</style>
border-color css
<style>
span { border-color: #87607A; }
span { border-color: rgb(135,96,122); }
td.TdClassName
{
border-color: #87607A;
}
.TagClassName
{
border-color: #87607A;
}
</style>