Shades of Strikemaster #896E7B
Tints of Strikemaster #896E7B
RGB
CMYK
RGB Variations
Color information
#896E7B (or 0x896E7B) is known color: Strikemaster. HEX triplet: 89, 6E and 7B. RGB value is (137,110,123). Sum of RGB (Red+Green+Blue) = 137+110+123=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #896E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E7B is #769184. Grayscale: #777777. Windows color (decimal): -7770501 or 8089225. OLE color: 8089225.
HSL color Cylindrical-coordinate representation of color #896E7B: hue angle of 331.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #896E7B is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 110 | 123 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.46 |
| HSL | 331.11º | 0.11% | 0.48% | - |
| HSV(B) | 331.11º | 0.2% | 0.54% | - |
| XYZ | 19.47 | 17.9 | 21.17 | - |
| YUV | 119.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 123 | 0 | 0.20 | 0.10 | 0.46 | 331.11 | 0.11 | 0.48 |
| Hex | 89 | 6E | 7B | 0 | 14 | A | 2E | 14B | B | 30 |
| Octal | 211 | 156 | 173 | 0 | 24 | 12 | 56 | 513 | 13 | 60 |
| Binary | 10001001 | 1101110 | 1111011 | 0 | 10100 | 1010 | 101110 | 101001011 | 1011 | 110000 |
Color Harmonies of #896E7B
Complementary color
Monochromatic Colors of #896E7B
Black with #896E7B
Text Example
Text Example
White with #896E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E7B; }
p { color: rgb(137,110,123); }
H1.HeaderClassName
{
color: #896E7B;
}
.AnyTagClassName
{
color: #896E7B;
}
</style>
background-color css
<style>
a { background-color: #896E7B; }
a { background-color: rgb(137,110,123); }
div.DivClassName
{
background-color: #896E7B;
}
.BgClassName
{
background-color: #896E7B;
}
</style>
border-color css
<style>
span { border-color: #896E7B; }
span { border-color: rgb(137,110,123); }
td.TdClassName
{
border-color: #896E7B;
}
.TagClassName
{
border-color: #896E7B;
}
</style>