Shades of Strikemaster #896878
Tints of Strikemaster #896878
RGB
CMYK
RGB Variations
Color information
#896878 (or 0x896878) is known color: Strikemaster. HEX triplet: 89, 68 and 78. RGB value is (137,104,120). Sum of RGB (Red+Green+Blue) = 137+104+120=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #896878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896878 is #769787. Grayscale: #737373. Windows color (decimal): -7772040 or 7891081. OLE color: 7891081.
HSL color Cylindrical-coordinate representation of color #896878: hue angle of 330.91º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896878 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 120 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.46 |
| HSL | 330.91º | 0.14% | 0.47% | - |
| HSV(B) | 330.91º | 0.24% | 0.54% | - |
| XYZ | 18.66 | 16.58 | 19.99 | - |
| YUV | 115.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 120 | 0 | 0.24 | 0.12 | 0.46 | 330.91 | 0.14 | 0.47 |
| Hex | 89 | 68 | 78 | 0 | 18 | C | 2E | 14B | E | 2F |
| Octal | 211 | 150 | 170 | 0 | 30 | 14 | 56 | 513 | 16 | 57 |
| Binary | 10001001 | 1101000 | 1111000 | 0 | 11000 | 1100 | 101110 | 101001011 | 1110 | 101111 |
Color Harmonies of #896878
Complementary color
Monochromatic Colors of #896878
Black with #896878
Text Example
Text Example
White with #896878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896878; }
p { color: rgb(137,104,120); }
H1.HeaderClassName
{
color: #896878;
}
.AnyTagClassName
{
color: #896878;
}
</style>
background-color css
<style>
a { background-color: #896878; }
a { background-color: rgb(137,104,120); }
div.DivClassName
{
background-color: #896878;
}
.BgClassName
{
background-color: #896878;
}
</style>
border-color css
<style>
span { border-color: #896878; }
span { border-color: rgb(137,104,120); }
td.TdClassName
{
border-color: #896878;
}
.TagClassName
{
border-color: #896878;
}
</style>