Shades of Strikemaster #87677A
Tints of Strikemaster #87677A
RGB
CMYK
RGB Variations
Color information
#87677A (or 0x87677A) is known color: Strikemaster. HEX triplet: 87, 67 and 7A. RGB value is (135,103,122). Sum of RGB (Red+Green+Blue) = 135+103+122=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #87677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87677A is #789885. Grayscale: #727272. Windows color (decimal): -7903366 or 8021895. OLE color: 8021895.
HSL color Cylindrical-coordinate representation of color #87677A: hue angle of 324.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87677A is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 103 | 122 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.47 |
| HSL | 324.38º | 0.13% | 0.47% | - |
| HSV(B) | 324.38º | 0.24% | 0.53% | - |
| XYZ | 18.35 | 16.26 | 20.58 | - |
| YUV | 114.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 122 | 0 | 0.24 | 0.10 | 0.47 | 324.38 | 0.13 | 0.47 |
| Hex | 87 | 67 | 7A | 0 | 18 | A | 2F | 144 | D | 2F |
| Octal | 207 | 147 | 172 | 0 | 30 | 12 | 57 | 504 | 15 | 57 |
| Binary | 10000111 | 1100111 | 1111010 | 0 | 11000 | 1010 | 101111 | 101000100 | 1101 | 101111 |
Color Harmonies of #87677A
Complementary color
Monochromatic Colors of #87677A
Black with #87677A
Text Example
Text Example
White with #87677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87677A; }
p { color: rgb(135,103,122); }
H1.HeaderClassName
{
color: #87677A;
}
.AnyTagClassName
{
color: #87677A;
}
</style>
background-color css
<style>
a { background-color: #87677A; }
a { background-color: rgb(135,103,122); }
div.DivClassName
{
background-color: #87677A;
}
.BgClassName
{
background-color: #87677A;
}
</style>
border-color css
<style>
span { border-color: #87677A; }
span { border-color: rgb(135,103,122); }
td.TdClassName
{
border-color: #87677A;
}
.TagClassName
{
border-color: #87677A;
}
</style>