Shades of Strikemaster #806172
Tints of Strikemaster #806172
RGB
CMYK
RGB Variations
Color information
#806172 (or 0x806172) is known color: Strikemaster. HEX triplet: 80, 61 and 72. RGB value is (128,97,114). Sum of RGB (Red+Green+Blue) = 128+97+114=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #806172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806172 is #7F9E8D. Grayscale: #6C6C6C. Windows color (decimal): -8363662 or 7496064. OLE color: 7496064.
HSL color Cylindrical-coordinate representation of color #806172: hue angle of 327.1º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806172 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 97 | 114 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.50 |
| HSL | 327.1º | 0.14% | 0.44% | - |
| HSV(B) | 327.1º | 0.24% | 0.5% | - |
| XYZ | 16.21 | 14.35 | 17.84 | - |
| YUV | 108.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 114 | 0 | 0.24 | 0.11 | 0.50 | 327.1 | 0.14 | 0.44 |
| Hex | 80 | 61 | 72 | 0 | 18 | B | 32 | 147 | E | 2C |
| Octal | 200 | 141 | 162 | 0 | 30 | 13 | 62 | 507 | 16 | 54 |
| Binary | 10000000 | 1100001 | 1110010 | 0 | 11000 | 1011 | 110010 | 101000111 | 1110 | 101100 |
Color Harmonies of #806172
Complementary color
Monochromatic Colors of #806172
Black with #806172
Text Example
Text Example
White with #806172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806172; }
p { color: rgb(128,97,114); }
H1.HeaderClassName
{
color: #806172;
}
.AnyTagClassName
{
color: #806172;
}
</style>
background-color css
<style>
a { background-color: #806172; }
a { background-color: rgb(128,97,114); }
div.DivClassName
{
background-color: #806172;
}
.BgClassName
{
background-color: #806172;
}
</style>
border-color css
<style>
span { border-color: #806172; }
span { border-color: rgb(128,97,114); }
td.TdClassName
{
border-color: #806172;
}
.TagClassName
{
border-color: #806172;
}
</style>