Shades of Strikemaster #806272
Tints of Strikemaster #806272
RGB
CMYK
RGB Variations
Color information
#806272 (or 0x806272) is known color: Strikemaster. HEX triplet: 80, 62 and 72. RGB value is (128,98,114). Sum of RGB (Red+Green+Blue) = 128+98+114=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #806272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806272 is #7F9D8D. Grayscale: #6C6C6C. Windows color (decimal): -8363406 or 7496320. OLE color: 7496320.
HSL color Cylindrical-coordinate representation of color #806272: hue angle of 328º 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 #806272 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 98 | 114 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.50 |
| HSL | 328º | 0.13% | 0.44% | - |
| HSV(B) | 328º | 0.23% | 0.5% | - |
| XYZ | 16.31 | 14.54 | 17.87 | - |
| YUV | 108.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 114 | 0 | 0.23 | 0.11 | 0.50 | 328 | 0.13 | 0.44 |
| Hex | 80 | 62 | 72 | 0 | 17 | B | 32 | 148 | D | 2C |
| Octal | 200 | 142 | 162 | 0 | 27 | 13 | 62 | 510 | 15 | 54 |
| Binary | 10000000 | 1100010 | 1110010 | 0 | 10111 | 1011 | 110010 | 101001000 | 1101 | 101100 |
Color Harmonies of #806272
Complementary color
Monochromatic Colors of #806272
Black with #806272
Text Example
Text Example
White with #806272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806272; }
p { color: rgb(128,98,114); }
H1.HeaderClassName
{
color: #806272;
}
.AnyTagClassName
{
color: #806272;
}
</style>
background-color css
<style>
a { background-color: #806272; }
a { background-color: rgb(128,98,114); }
div.DivClassName
{
background-color: #806272;
}
.BgClassName
{
background-color: #806272;
}
</style>
border-color css
<style>
span { border-color: #806272; }
span { border-color: rgb(128,98,114); }
td.TdClassName
{
border-color: #806272;
}
.TagClassName
{
border-color: #806272;
}
</style>