Shades of Strikemaster #806072
Tints of Strikemaster #806072
RGB
CMYK
RGB Variations
Color information
#806072 (or 0x806072) is known color: Strikemaster. HEX triplet: 80, 60 and 72. RGB value is (128,96,114). Sum of RGB (Red+Green+Blue) = 128+96+114=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #806072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806072 is #7F9F8D. Grayscale: #6B6B6B. Windows color (decimal): -8363918 or 7495808. OLE color: 7495808.
HSL color Cylindrical-coordinate representation of color #806072: hue angle of 326.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806072 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 96 | 114 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.50 |
| HSL | 326.25º | 0.14% | 0.44% | - |
| HSV(B) | 326.25º | 0.25% | 0.5% | - |
| XYZ | 16.12 | 14.17 | 17.8 | - |
| YUV | 107.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 114 | 0 | 0.25 | 0.11 | 0.50 | 326.25 | 0.14 | 0.44 |
| Hex | 80 | 60 | 72 | 0 | 19 | B | 32 | 146 | E | 2C |
| Octal | 200 | 140 | 162 | 0 | 31 | 13 | 62 | 506 | 16 | 54 |
| Binary | 10000000 | 1100000 | 1110010 | 0 | 11001 | 1011 | 110010 | 101000110 | 1110 | 101100 |
Color Harmonies of #806072
Complementary color
Monochromatic Colors of #806072
Black with #806072
Text Example
Text Example
White with #806072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806072; }
p { color: rgb(128,96,114); }
H1.HeaderClassName
{
color: #806072;
}
.AnyTagClassName
{
color: #806072;
}
</style>
background-color css
<style>
a { background-color: #806072; }
a { background-color: rgb(128,96,114); }
div.DivClassName
{
background-color: #806072;
}
.BgClassName
{
background-color: #806072;
}
</style>
border-color css
<style>
span { border-color: #806072; }
span { border-color: rgb(128,96,114); }
td.TdClassName
{
border-color: #806072;
}
.TagClassName
{
border-color: #806072;
}
</style>