Shades of Strikemaster #977080
Tints of Strikemaster #977080
RGB
CMYK
RGB Variations
Color information
#977080 (or 0x977080) is known color: Strikemaster. HEX triplet: 97, 70 and 80. RGB value is (151,112,128). Sum of RGB (Red+Green+Blue) = 151+112+128=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #977080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977080 is #688F7F. Grayscale: #7D7D7D. Windows color (decimal): -6852480 or 8417431. OLE color: 8417431.
HSL color Cylindrical-coordinate representation of color #977080: hue angle of 335.38º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #977080 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 112 | 128 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.41 |
| HSL | 335.38º | 0.16% | 0.52% | - |
| HSV(B) | 335.38º | 0.26% | 0.59% | - |
| XYZ | 22.45 | 19.73 | 23.05 | - |
| YUV | 125.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 128 | 0 | 0.26 | 0.15 | 0.41 | 335.38 | 0.16 | 0.52 |
| Hex | 97 | 70 | 80 | 0 | 1A | F | 29 | 14F | 10 | 34 |
| Octal | 227 | 160 | 200 | 0 | 32 | 17 | 51 | 517 | 20 | 64 |
| Binary | 10010111 | 1110000 | 10000000 | 0 | 11010 | 1111 | 101001 | 101001111 | 10000 | 110100 |
Color Harmonies of #977080
Complementary color
Monochromatic Colors of #977080
Black with #977080
Text Example
Text Example
White with #977080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977080; }
p { color: rgb(151,112,128); }
H1.HeaderClassName
{
color: #977080;
}
.AnyTagClassName
{
color: #977080;
}
</style>
background-color css
<style>
a { background-color: #977080; }
a { background-color: rgb(151,112,128); }
div.DivClassName
{
background-color: #977080;
}
.BgClassName
{
background-color: #977080;
}
</style>
border-color css
<style>
span { border-color: #977080; }
span { border-color: rgb(151,112,128); }
td.TdClassName
{
border-color: #977080;
}
.TagClassName
{
border-color: #977080;
}
</style>