Shades of Strikemaster #895E78
Tints of Strikemaster #895E78
RGB
CMYK
RGB Variations
Color information
#895E78 (or 0x895E78) is known color: Strikemaster. HEX triplet: 89, 5E and 78. RGB value is (137,94,120). Sum of RGB (Red+Green+Blue) = 137+94+120=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #895E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E78 is #76A187. Grayscale: #6D6D6D. Windows color (decimal): -7774600 or 7888521. OLE color: 7888521.
HSL color Cylindrical-coordinate representation of color #895E78: hue angle of 323.72º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895E78 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 120 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.46 |
| HSL | 323.72º | 0.19% | 0.45% | - |
| HSV(B) | 323.72º | 0.31% | 0.54% | - |
| XYZ | 17.71 | 14.68 | 19.67 | - |
| YUV | 109.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 120 | 0 | 0.31 | 0.12 | 0.46 | 323.72 | 0.19 | 0.45 |
| Hex | 89 | 5E | 78 | 0 | 1F | C | 2E | 144 | 13 | 2D |
| Octal | 211 | 136 | 170 | 0 | 37 | 14 | 56 | 504 | 23 | 55 |
| Binary | 10001001 | 1011110 | 1111000 | 0 | 11111 | 1100 | 101110 | 101000100 | 10011 | 101101 |
Color Harmonies of #895E78
Complementary color
Monochromatic Colors of #895E78
Black with #895E78
Text Example
Text Example
White with #895E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E78; }
p { color: rgb(137,94,120); }
H1.HeaderClassName
{
color: #895E78;
}
.AnyTagClassName
{
color: #895E78;
}
</style>
background-color css
<style>
a { background-color: #895E78; }
a { background-color: rgb(137,94,120); }
div.DivClassName
{
background-color: #895E78;
}
.BgClassName
{
background-color: #895E78;
}
</style>
border-color css
<style>
span { border-color: #895E78; }
span { border-color: rgb(137,94,120); }
td.TdClassName
{
border-color: #895E78;
}
.TagClassName
{
border-color: #895E78;
}
</style>