Shades of Strikemaster #895775
Tints of Strikemaster #895775
RGB
CMYK
RGB Variations
Color information
#895775 (or 0x895775) is known color: Strikemaster. HEX triplet: 89, 57 and 75. RGB value is (137,87,117). Sum of RGB (Red+Green+Blue) = 137+87+117=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #895775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895775 is #76A88A. Grayscale: #696969. Windows color (decimal): -7776395 or 7690121. OLE color: 7690121.
HSL color Cylindrical-coordinate representation of color #895775: hue angle of 324º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895775 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 87 | 117 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.46 |
| HSL | 324º | 0.22% | 0.44% | - |
| HSV(B) | 324º | 0.36% | 0.54% | - |
| XYZ | 16.94 | 13.42 | 18.53 | - |
| YUV | 105.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 117 | 0 | 0.36 | 0.15 | 0.46 | 324 | 0.22 | 0.44 |
| Hex | 89 | 57 | 75 | 0 | 24 | F | 2E | 144 | 16 | 2C |
| Octal | 211 | 127 | 165 | 0 | 44 | 17 | 56 | 504 | 26 | 54 |
| Binary | 10001001 | 1010111 | 1110101 | 0 | 100100 | 1111 | 101110 | 101000100 | 10110 | 101100 |
Color Harmonies of #895775
Complementary color
Monochromatic Colors of #895775
Black with #895775
Text Example
Text Example
White with #895775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895775; }
p { color: rgb(137,87,117); }
H1.HeaderClassName
{
color: #895775;
}
.AnyTagClassName
{
color: #895775;
}
</style>
background-color css
<style>
a { background-color: #895775; }
a { background-color: rgb(137,87,117); }
div.DivClassName
{
background-color: #895775;
}
.BgClassName
{
background-color: #895775;
}
</style>
border-color css
<style>
span { border-color: #895775; }
span { border-color: rgb(137,87,117); }
td.TdClassName
{
border-color: #895775;
}
.TagClassName
{
border-color: #895775;
}
</style>