Shades of Strikemaster #876778
Tints of Strikemaster #876778
RGB
CMYK
RGB Variations
Color information
#876778 (or 0x876778) is known color: Strikemaster. HEX triplet: 87, 67 and 78. RGB value is (135,103,120). Sum of RGB (Red+Green+Blue) = 135+103+120=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #876778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876778 is #789887. Grayscale: #727272. Windows color (decimal): -7903368 or 7890823. OLE color: 7890823.
HSL color Cylindrical-coordinate representation of color #876778: hue angle of 328.12º 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 #876778 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 103 | 120 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.47 |
| HSL | 328.13º | 0.13% | 0.47% | - |
| HSV(B) | 328.13º | 0.24% | 0.53% | - |
| XYZ | 18.23 | 16.21 | 19.94 | - |
| YUV | 114.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 120 | 0 | 0.24 | 0.11 | 0.47 | 328.13 | 0.13 | 0.47 |
| Hex | 87 | 67 | 78 | 0 | 18 | B | 2F | 148 | D | 2F |
| Octal | 207 | 147 | 170 | 0 | 30 | 13 | 57 | 510 | 15 | 57 |
| Binary | 10000111 | 1100111 | 1111000 | 0 | 11000 | 1011 | 101111 | 101001000 | 1101 | 101111 |
Color Harmonies of #876778
Complementary color
Monochromatic Colors of #876778
Black with #876778
Text Example
Text Example
White with #876778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876778; }
p { color: rgb(135,103,120); }
H1.HeaderClassName
{
color: #876778;
}
.AnyTagClassName
{
color: #876778;
}
</style>
background-color css
<style>
a { background-color: #876778; }
a { background-color: rgb(135,103,120); }
div.DivClassName
{
background-color: #876778;
}
.BgClassName
{
background-color: #876778;
}
</style>
border-color css
<style>
span { border-color: #876778; }
span { border-color: rgb(135,103,120); }
td.TdClassName
{
border-color: #876778;
}
.TagClassName
{
border-color: #876778;
}
</style>