Shades of Strikemaster #896B7B
Tints of Strikemaster #896B7B
RGB
CMYK
RGB Variations
Color information
#896B7B (or 0x896B7B) is known color: Strikemaster. HEX triplet: 89, 6B and 7B. RGB value is (137,107,123). Sum of RGB (Red+Green+Blue) = 137+107+123=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #896B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B7B is #769484. Grayscale: #757575. Windows color (decimal): -7771269 or 8088457. OLE color: 8088457.
HSL color Cylindrical-coordinate representation of color #896B7B: hue angle of 328º 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 #896B7B is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 123 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.46 |
| HSL | 328º | 0.12% | 0.48% | - |
| HSV(B) | 328º | 0.22% | 0.54% | - |
| XYZ | 19.15 | 17.26 | 21.06 | - |
| YUV | 117.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 123 | 0 | 0.22 | 0.10 | 0.46 | 328 | 0.12 | 0.48 |
| Hex | 89 | 6B | 7B | 0 | 16 | A | 2E | 148 | C | 30 |
| Octal | 211 | 153 | 173 | 0 | 26 | 12 | 56 | 510 | 14 | 60 |
| Binary | 10001001 | 1101011 | 1111011 | 0 | 10110 | 1010 | 101110 | 101001000 | 1100 | 110000 |
Color Harmonies of #896B7B
Complementary color
Monochromatic Colors of #896B7B
Black with #896B7B
Text Example
Text Example
White with #896B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B7B; }
p { color: rgb(137,107,123); }
H1.HeaderClassName
{
color: #896B7B;
}
.AnyTagClassName
{
color: #896B7B;
}
</style>
background-color css
<style>
a { background-color: #896B7B; }
a { background-color: rgb(137,107,123); }
div.DivClassName
{
background-color: #896B7B;
}
.BgClassName
{
background-color: #896B7B;
}
</style>
border-color css
<style>
span { border-color: #896B7B; }
span { border-color: rgb(137,107,123); }
td.TdClassName
{
border-color: #896B7B;
}
.TagClassName
{
border-color: #896B7B;
}
</style>