Shades of Strikemaster #895F77
Tints of Strikemaster #895F77
RGB
CMYK
RGB Variations
Color information
#895F77 (or 0x895F77) is known color: Strikemaster. HEX triplet: 89, 5F and 77. RGB value is (137,95,119). Sum of RGB (Red+Green+Blue) = 137+95+119=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #895F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F77 is #76A088. Grayscale: #6E6E6E. Windows color (decimal): -7774345 or 7823241. OLE color: 7823241.
HSL color Cylindrical-coordinate representation of color #895F77: hue angle of 325.71º degrees, saturation: 0.18, 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 #895F77 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 119 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.46 |
| HSL | 325.71º | 0.18% | 0.45% | - |
| HSV(B) | 325.71º | 0.31% | 0.54% | - |
| XYZ | 17.74 | 14.83 | 19.38 | - |
| YUV | 110.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 119 | 0 | 0.31 | 0.13 | 0.46 | 325.71 | 0.18 | 0.45 |
| Hex | 89 | 5F | 77 | 0 | 1F | D | 2E | 146 | 12 | 2D |
| Octal | 211 | 137 | 167 | 0 | 37 | 15 | 56 | 506 | 22 | 55 |
| Binary | 10001001 | 1011111 | 1110111 | 0 | 11111 | 1101 | 101110 | 101000110 | 10010 | 101101 |
Color Harmonies of #895F77
Complementary color
Monochromatic Colors of #895F77
Black with #895F77
Text Example
Text Example
White with #895F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F77; }
p { color: rgb(137,95,119); }
H1.HeaderClassName
{
color: #895F77;
}
.AnyTagClassName
{
color: #895F77;
}
</style>
background-color css
<style>
a { background-color: #895F77; }
a { background-color: rgb(137,95,119); }
div.DivClassName
{
background-color: #895F77;
}
.BgClassName
{
background-color: #895F77;
}
</style>
border-color css
<style>
span { border-color: #895F77; }
span { border-color: rgb(137,95,119); }
td.TdClassName
{
border-color: #895F77;
}
.TagClassName
{
border-color: #895F77;
}
</style>