Shades of Strikemaster #89687F
Tints of Strikemaster #89687F
RGB
CMYK
RGB Variations
Color information
#89687F (or 0x89687F) is known color: Strikemaster. HEX triplet: 89, 68 and 7F. RGB value is (137,104,127). Sum of RGB (Red+Green+Blue) = 137+104+127=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #89687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89687F is #769780. Grayscale: #747474. Windows color (decimal): -7772033 or 8349833. OLE color: 8349833.
HSL color Cylindrical-coordinate representation of color #89687F: hue angle of 318.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89687F is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 127 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.46 |
| HSL | 318.18º | 0.14% | 0.47% | - |
| HSV(B) | 318.18º | 0.24% | 0.54% | - |
| XYZ | 19.1 | 16.75 | 22.31 | - |
| YUV | 116.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 127 | 0 | 0.24 | 0.07 | 0.46 | 318.18 | 0.14 | 0.47 |
| Hex | 89 | 68 | 7F | 0 | 18 | 7 | 2E | 13E | E | 2F |
| Octal | 211 | 150 | 177 | 0 | 30 | 7 | 56 | 476 | 16 | 57 |
| Binary | 10001001 | 1101000 | 1111111 | 0 | 11000 | 111 | 101110 | 100111110 | 1110 | 101111 |
Color Harmonies of #89687F
Complementary color
Monochromatic Colors of #89687F
Black with #89687F
Text Example
Text Example
White with #89687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89687F; }
p { color: rgb(137,104,127); }
H1.HeaderClassName
{
color: #89687F;
}
.AnyTagClassName
{
color: #89687F;
}
</style>
background-color css
<style>
a { background-color: #89687F; }
a { background-color: rgb(137,104,127); }
div.DivClassName
{
background-color: #89687F;
}
.BgClassName
{
background-color: #89687F;
}
</style>
border-color css
<style>
span { border-color: #89687F; }
span { border-color: rgb(137,104,127); }
td.TdClassName
{
border-color: #89687F;
}
.TagClassName
{
border-color: #89687F;
}
</style>