Shades of Strikemaster #89677E
Tints of Strikemaster #89677E
RGB
CMYK
RGB Variations
Color information
#89677E (or 0x89677E) is known color: Strikemaster. HEX triplet: 89, 67 and 7E. RGB value is (137,103,126). Sum of RGB (Red+Green+Blue) = 137+103+126=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #89677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89677E is #769881. Grayscale: #737373. Windows color (decimal): -7772290 or 8284041. OLE color: 8284041.
HSL color Cylindrical-coordinate representation of color #89677E: hue angle of 319.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89677E is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 103 | 126 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.46 |
| HSL | 319.41º | 0.14% | 0.47% | - |
| HSV(B) | 319.41º | 0.25% | 0.54% | - |
| XYZ | 18.93 | 16.53 | 21.93 | - |
| YUV | 115.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 103 | 126 | 0 | 0.25 | 0.08 | 0.46 | 319.41 | 0.14 | 0.47 |
| Hex | 89 | 67 | 7E | 0 | 19 | 8 | 2E | 13F | E | 2F |
| Octal | 211 | 147 | 176 | 0 | 31 | 10 | 56 | 477 | 16 | 57 |
| Binary | 10001001 | 1100111 | 1111110 | 0 | 11001 | 1000 | 101110 | 100111111 | 1110 | 101111 |
Color Harmonies of #89677E
Complementary color
Monochromatic Colors of #89677E
Black with #89677E
Text Example
Text Example
White with #89677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89677E; }
p { color: rgb(137,103,126); }
H1.HeaderClassName
{
color: #89677E;
}
.AnyTagClassName
{
color: #89677E;
}
</style>
background-color css
<style>
a { background-color: #89677E; }
a { background-color: rgb(137,103,126); }
div.DivClassName
{
background-color: #89677E;
}
.BgClassName
{
background-color: #89677E;
}
</style>
border-color css
<style>
span { border-color: #89677E; }
span { border-color: rgb(137,103,126); }
td.TdClassName
{
border-color: #89677E;
}
.TagClassName
{
border-color: #89677E;
}
</style>