Shades of Strikemaster #7F6272
Tints of Strikemaster #7F6272
RGB
CMYK
RGB Variations
Color information
#7F6272 (or 0x7F6272) is known color: Strikemaster. HEX triplet: 7F, 62 and 72. RGB value is (127,98,114). Sum of RGB (Red+Green+Blue) = 127+98+114=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6272 is #809D8D. Grayscale: #6C6C6C. Windows color (decimal): -8428942 or 7496319. OLE color: 7496319.
HSL color Cylindrical-coordinate representation of color #7F6272: hue angle of 326.9º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F6272 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 114 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.50 |
| HSL | 326.9º | 0.13% | 0.44% | - |
| HSV(B) | 326.9º | 0.23% | 0.5% | - |
| XYZ | 16.16 | 14.46 | 17.86 | - |
| YUV | 108.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 114 | 0 | 0.23 | 0.10 | 0.50 | 326.9 | 0.13 | 0.44 |
| Hex | 7F | 62 | 72 | 0 | 17 | A | 32 | 147 | D | 2C |
| Octal | 177 | 142 | 162 | 0 | 27 | 12 | 62 | 507 | 15 | 54 |
| Binary | 1111111 | 1100010 | 1110010 | 0 | 10111 | 1010 | 110010 | 101000111 | 1101 | 101100 |
Color Harmonies of #7F6272
Complementary color
Monochromatic Colors of #7F6272
Black with #7F6272
Text Example
Text Example
White with #7F6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6272; }
p { color: rgb(127,98,114); }
H1.HeaderClassName
{
color: #7F6272;
}
.AnyTagClassName
{
color: #7F6272;
}
</style>
background-color css
<style>
a { background-color: #7F6272; }
a { background-color: rgb(127,98,114); }
div.DivClassName
{
background-color: #7F6272;
}
.BgClassName
{
background-color: #7F6272;
}
</style>
border-color css
<style>
span { border-color: #7F6272; }
span { border-color: rgb(127,98,114); }
td.TdClassName
{
border-color: #7F6272;
}
.TagClassName
{
border-color: #7F6272;
}
</style>