Shades of Strikemaster #896F7B
Tints of Strikemaster #896F7B
RGB
CMYK
RGB Variations
Color information
#896F7B (or 0x896F7B) is known color: Strikemaster. HEX triplet: 89, 6F and 7B. RGB value is (137,111,123). Sum of RGB (Red+Green+Blue) = 137+111+123=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #896F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F7B is #769084. Grayscale: #787878. Windows color (decimal): -7770245 or 8089481. OLE color: 8089481.
HSL color Cylindrical-coordinate representation of color #896F7B: hue angle of 332.31º 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 #896F7B is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 123 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.46 |
| HSL | 332.31º | 0.1% | 0.49% | - |
| HSV(B) | 332.31º | 0.19% | 0.54% | - |
| XYZ | 19.58 | 18.12 | 21.2 | - |
| YUV | 120.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 123 | 0 | 0.19 | 0.10 | 0.46 | 332.31 | 0.1 | 0.49 |
| Hex | 89 | 6F | 7B | 0 | 13 | A | 2E | 14C | A | 31 |
| Octal | 211 | 157 | 173 | 0 | 23 | 12 | 56 | 514 | 12 | 61 |
| Binary | 10001001 | 1101111 | 1111011 | 0 | 10011 | 1010 | 101110 | 101001100 | 1010 | 110001 |
Color Harmonies of #896F7B
Complementary color
Monochromatic Colors of #896F7B
Black with #896F7B
Text Example
Text Example
White with #896F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F7B; }
p { color: rgb(137,111,123); }
H1.HeaderClassName
{
color: #896F7B;
}
.AnyTagClassName
{
color: #896F7B;
}
</style>
background-color css
<style>
a { background-color: #896F7B; }
a { background-color: rgb(137,111,123); }
div.DivClassName
{
background-color: #896F7B;
}
.BgClassName
{
background-color: #896F7B;
}
</style>
border-color css
<style>
span { border-color: #896F7B; }
span { border-color: rgb(137,111,123); }
td.TdClassName
{
border-color: #896F7B;
}
.TagClassName
{
border-color: #896F7B;
}
</style>