Shades of Strikemaster #896B7F
Tints of Strikemaster #896B7F
RGB
CMYK
RGB Variations
Color information
#896B7F (or 0x896B7F) is known color: Strikemaster. HEX triplet: 89, 6B and 7F. RGB value is (137,107,127). Sum of RGB (Red+Green+Blue) = 137+107+127=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #896B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B7F is #769480. Grayscale: #767676. Windows color (decimal): -7771265 or 8350601. OLE color: 8350601.
HSL color Cylindrical-coordinate representation of color #896B7F: hue angle of 320º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #896B7F is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 127 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.46 |
| HSL | 320º | 0.12% | 0.48% | - |
| HSV(B) | 320º | 0.22% | 0.54% | - |
| XYZ | 19.4 | 17.37 | 22.41 | - |
| YUV | 118.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 127 | 0 | 0.22 | 0.07 | 0.46 | 320 | 0.12 | 0.48 |
| Hex | 89 | 6B | 7F | 0 | 16 | 7 | 2E | 140 | C | 30 |
| Octal | 211 | 153 | 177 | 0 | 26 | 7 | 56 | 500 | 14 | 60 |
| Binary | 10001001 | 1101011 | 1111111 | 0 | 10110 | 111 | 101110 | 101000000 | 1100 | 110000 |
Color Harmonies of #896B7F
Complementary color
Monochromatic Colors of #896B7F
Black with #896B7F
Text Example
Text Example
White with #896B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B7F; }
p { color: rgb(137,107,127); }
H1.HeaderClassName
{
color: #896B7F;
}
.AnyTagClassName
{
color: #896B7F;
}
</style>
background-color css
<style>
a { background-color: #896B7F; }
a { background-color: rgb(137,107,127); }
div.DivClassName
{
background-color: #896B7F;
}
.BgClassName
{
background-color: #896B7F;
}
</style>
border-color css
<style>
span { border-color: #896B7F; }
span { border-color: rgb(137,107,127); }
td.TdClassName
{
border-color: #896B7F;
}
.TagClassName
{
border-color: #896B7F;
}
</style>