Shades of Strikemaster #876B78
Tints of Strikemaster #876B78
RGB
CMYK
RGB Variations
Color information
#876B78 (or 0x876B78) is known color: Strikemaster. HEX triplet: 87, 6B and 78. RGB value is (135,107,120). Sum of RGB (Red+Green+Blue) = 135+107+120=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #876B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B78 is #789487. Grayscale: #747474. Windows color (decimal): -7902344 or 7891847. OLE color: 7891847.
HSL color Cylindrical-coordinate representation of color #876B78: hue angle of 332.14º 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 #876B78 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 107 | 120 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.47 |
| HSL | 332.14º | 0.12% | 0.47% | - |
| HSV(B) | 332.14º | 0.21% | 0.53% | - |
| XYZ | 18.64 | 17.02 | 20.07 | - |
| YUV | 116.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 120 | 0 | 0.21 | 0.11 | 0.47 | 332.14 | 0.12 | 0.47 |
| Hex | 87 | 6B | 78 | 0 | 15 | B | 2F | 14C | C | 2F |
| Octal | 207 | 153 | 170 | 0 | 25 | 13 | 57 | 514 | 14 | 57 |
| Binary | 10000111 | 1101011 | 1111000 | 0 | 10101 | 1011 | 101111 | 101001100 | 1100 | 101111 |
Color Harmonies of #876B78
Complementary color
Monochromatic Colors of #876B78
Black with #876B78
Text Example
Text Example
White with #876B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876B78; }
p { color: rgb(135,107,120); }
H1.HeaderClassName
{
color: #876B78;
}
.AnyTagClassName
{
color: #876B78;
}
</style>
background-color css
<style>
a { background-color: #876B78; }
a { background-color: rgb(135,107,120); }
div.DivClassName
{
background-color: #876B78;
}
.BgClassName
{
background-color: #876B78;
}
</style>
border-color css
<style>
span { border-color: #876B78; }
span { border-color: rgb(135,107,120); }
td.TdClassName
{
border-color: #876B78;
}
.TagClassName
{
border-color: #876B78;
}
</style>