Shades of Strikemaster #897781
Tints of Strikemaster #897781
RGB
CMYK
RGB Variations
Color information
#897781 (or 0x897781) is known color: Strikemaster. HEX triplet: 89, 77 and 81. RGB value is (137,119,129). Sum of RGB (Red+Green+Blue) = 137+119+129=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #897781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897781 is #76887E. Grayscale: #7D7D7D. Windows color (decimal): -7768191 or 8484745. OLE color: 8484745.
HSL color Cylindrical-coordinate representation of color #897781: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #897781 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 119 | 129 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.46 |
| HSL | 326.67º | 0.07% | 0.5% | - |
| HSV(B) | 326.67º | 0.13% | 0.54% | - |
| XYZ | 20.88 | 20.1 | 23.55 | - |
| YUV | 125.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 129 | 0 | 0.13 | 0.06 | 0.46 | 326.67 | 0.07 | 0.5 |
| Hex | 89 | 77 | 81 | 0 | D | 6 | 2E | 147 | 7 | 32 |
| Octal | 211 | 167 | 201 | 0 | 15 | 6 | 56 | 507 | 7 | 62 |
| Binary | 10001001 | 1110111 | 10000001 | 0 | 1101 | 110 | 101110 | 101000111 | 111 | 110010 |
Color Harmonies of #897781
Complementary color
Monochromatic Colors of #897781
Black with #897781
Text Example
Text Example
White with #897781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897781; }
p { color: rgb(137,119,129); }
H1.HeaderClassName
{
color: #897781;
}
.AnyTagClassName
{
color: #897781;
}
</style>
background-color css
<style>
a { background-color: #897781; }
a { background-color: rgb(137,119,129); }
div.DivClassName
{
background-color: #897781;
}
.BgClassName
{
background-color: #897781;
}
</style>
border-color css
<style>
span { border-color: #897781; }
span { border-color: rgb(137,119,129); }
td.TdClassName
{
border-color: #897781;
}
.TagClassName
{
border-color: #897781;
}
</style>