Shades of Strikemaster #895A75
Tints of Strikemaster #895A75
RGB
CMYK
RGB Variations
Color information
#895A75 (or 0x895A75) is known color: Strikemaster. HEX triplet: 89, 5A and 75. RGB value is (137,90,117). Sum of RGB (Red+Green+Blue) = 137+90+117=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #895A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A75 is #76A58A. Grayscale: #6B6B6B. Windows color (decimal): -7775627 or 7690889. OLE color: 7690889.
HSL color Cylindrical-coordinate representation of color #895A75: hue angle of 325.53º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895A75 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 117 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.46 |
| HSL | 325.53º | 0.21% | 0.45% | - |
| HSV(B) | 325.53º | 0.34% | 0.54% | - |
| XYZ | 17.18 | 13.92 | 18.61 | - |
| YUV | 107.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 117 | 0 | 0.34 | 0.15 | 0.46 | 325.53 | 0.21 | 0.45 |
| Hex | 89 | 5A | 75 | 0 | 22 | F | 2E | 146 | 15 | 2D |
| Octal | 211 | 132 | 165 | 0 | 42 | 17 | 56 | 506 | 25 | 55 |
| Binary | 10001001 | 1011010 | 1110101 | 0 | 100010 | 1111 | 101110 | 101000110 | 10101 | 101101 |
Color Harmonies of #895A75
Complementary color
Monochromatic Colors of #895A75
Black with #895A75
Text Example
Text Example
White with #895A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A75; }
p { color: rgb(137,90,117); }
H1.HeaderClassName
{
color: #895A75;
}
.AnyTagClassName
{
color: #895A75;
}
</style>
background-color css
<style>
a { background-color: #895A75; }
a { background-color: rgb(137,90,117); }
div.DivClassName
{
background-color: #895A75;
}
.BgClassName
{
background-color: #895A75;
}
</style>
border-color css
<style>
span { border-color: #895A75; }
span { border-color: rgb(137,90,117); }
td.TdClassName
{
border-color: #895A75;
}
.TagClassName
{
border-color: #895A75;
}
</style>