Shades of Strikemaster #896C7A
Tints of Strikemaster #896C7A
RGB
CMYK
RGB Variations
Color information
#896C7A (or 0x896C7A) is known color: Strikemaster. HEX triplet: 89, 6C and 7A. RGB value is (137,108,122). Sum of RGB (Red+Green+Blue) = 137+108+122=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #896C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C7A is #769385. Grayscale: #767676. Windows color (decimal): -7771014 or 8023177. OLE color: 8023177.
HSL color Cylindrical-coordinate representation of color #896C7A: hue angle of 331.03º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896C7A is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 122 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.46 |
| HSL | 331.03º | 0.12% | 0.48% | - |
| HSV(B) | 331.03º | 0.21% | 0.54% | - |
| XYZ | 19.19 | 17.45 | 20.77 | - |
| YUV | 118.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 122 | 0 | 0.21 | 0.11 | 0.46 | 331.03 | 0.12 | 0.48 |
| Hex | 89 | 6C | 7A | 0 | 15 | B | 2E | 14B | C | 30 |
| Octal | 211 | 154 | 172 | 0 | 25 | 13 | 56 | 513 | 14 | 60 |
| Binary | 10001001 | 1101100 | 1111010 | 0 | 10101 | 1011 | 101110 | 101001011 | 1100 | 110000 |
Color Harmonies of #896C7A
Complementary color
Monochromatic Colors of #896C7A
Black with #896C7A
Text Example
Text Example
White with #896C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C7A; }
p { color: rgb(137,108,122); }
H1.HeaderClassName
{
color: #896C7A;
}
.AnyTagClassName
{
color: #896C7A;
}
</style>
background-color css
<style>
a { background-color: #896C7A; }
a { background-color: rgb(137,108,122); }
div.DivClassName
{
background-color: #896C7A;
}
.BgClassName
{
background-color: #896C7A;
}
</style>
border-color css
<style>
span { border-color: #896C7A; }
span { border-color: rgb(137,108,122); }
td.TdClassName
{
border-color: #896C7A;
}
.TagClassName
{
border-color: #896C7A;
}
</style>