Shades of Strikemaster #876A7A
Tints of Strikemaster #876A7A
RGB
CMYK
RGB Variations
Color information
#876A7A (or 0x876A7A) is known color: Strikemaster. HEX triplet: 87, 6A and 7A. RGB value is (135,106,122). Sum of RGB (Red+Green+Blue) = 135+106+122=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #876A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A7A is #789585. Grayscale: #747474. Windows color (decimal): -7902598 or 8022663. OLE color: 8022663.
HSL color Cylindrical-coordinate representation of color #876A7A: hue angle of 326.9º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876A7A is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 106 | 122 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.47 |
| HSL | 326.9º | 0.12% | 0.47% | - |
| HSV(B) | 326.9º | 0.21% | 0.53% | - |
| XYZ | 18.66 | 16.86 | 20.68 | - |
| YUV | 116.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 122 | 0 | 0.21 | 0.10 | 0.47 | 326.9 | 0.12 | 0.47 |
| Hex | 87 | 6A | 7A | 0 | 15 | A | 2F | 147 | C | 2F |
| Octal | 207 | 152 | 172 | 0 | 25 | 12 | 57 | 507 | 14 | 57 |
| Binary | 10000111 | 1101010 | 1111010 | 0 | 10101 | 1010 | 101111 | 101000111 | 1100 | 101111 |
Color Harmonies of #876A7A
Complementary color
Monochromatic Colors of #876A7A
Black with #876A7A
Text Example
Text Example
White with #876A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876A7A; }
p { color: rgb(135,106,122); }
H1.HeaderClassName
{
color: #876A7A;
}
.AnyTagClassName
{
color: #876A7A;
}
</style>
background-color css
<style>
a { background-color: #876A7A; }
a { background-color: rgb(135,106,122); }
div.DivClassName
{
background-color: #876A7A;
}
.BgClassName
{
background-color: #876A7A;
}
</style>
border-color css
<style>
span { border-color: #876A7A; }
span { border-color: rgb(135,106,122); }
td.TdClassName
{
border-color: #876A7A;
}
.TagClassName
{
border-color: #876A7A;
}
</style>