Shades of Strikemaster #896F7E
Tints of Strikemaster #896F7E
RGB
CMYK
RGB Variations
Color information
#896F7E (or 0x896F7E) is known color: Strikemaster. HEX triplet: 89, 6F and 7E. RGB value is (137,111,126). Sum of RGB (Red+Green+Blue) = 137+111+126=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #896F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F7E is #769081. Grayscale: #787878. Windows color (decimal): -7770242 or 8286089. OLE color: 8286089.
HSL color Cylindrical-coordinate representation of color #896F7E: hue angle of 325.38º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #896F7E is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 126 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.46 |
| HSL | 325.38º | 0.1% | 0.49% | - |
| HSV(B) | 325.38º | 0.19% | 0.54% | - |
| XYZ | 19.77 | 18.19 | 22.21 | - |
| YUV | 120.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 126 | 0 | 0.19 | 0.08 | 0.46 | 325.38 | 0.1 | 0.49 |
| Hex | 89 | 6F | 7E | 0 | 13 | 8 | 2E | 145 | A | 31 |
| Octal | 211 | 157 | 176 | 0 | 23 | 10 | 56 | 505 | 12 | 61 |
| Binary | 10001001 | 1101111 | 1111110 | 0 | 10011 | 1000 | 101110 | 101000101 | 1010 | 110001 |
Color Harmonies of #896F7E
Complementary color
Monochromatic Colors of #896F7E
Black with #896F7E
Text Example
Text Example
White with #896F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F7E; }
p { color: rgb(137,111,126); }
H1.HeaderClassName
{
color: #896F7E;
}
.AnyTagClassName
{
color: #896F7E;
}
</style>
background-color css
<style>
a { background-color: #896F7E; }
a { background-color: rgb(137,111,126); }
div.DivClassName
{
background-color: #896F7E;
}
.BgClassName
{
background-color: #896F7E;
}
</style>
border-color css
<style>
span { border-color: #896F7E; }
span { border-color: rgb(137,111,126); }
td.TdClassName
{
border-color: #896F7E;
}
.TagClassName
{
border-color: #896F7E;
}
</style>