Shades of Strikemaster #805E72
Tints of Strikemaster #805E72
RGB
CMYK
RGB Variations
Color information
#805E72 (or 0x805E72) is known color: Strikemaster. HEX triplet: 80, 5E and 72. RGB value is (128,94,114). Sum of RGB (Red+Green+Blue) = 128+94+114=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #805E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E72 is #7FA18D. Grayscale: #6A6A6A. Windows color (decimal): -8364430 or 7495296. OLE color: 7495296.
HSL color Cylindrical-coordinate representation of color #805E72: hue angle of 324.71º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805E72 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 114 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.50 |
| HSL | 324.71º | 0.15% | 0.44% | - |
| HSV(B) | 324.71º | 0.27% | 0.5% | - |
| XYZ | 15.94 | 13.81 | 17.74 | - |
| YUV | 106.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 114 | 0 | 0.27 | 0.11 | 0.50 | 324.71 | 0.15 | 0.44 |
| Hex | 80 | 5E | 72 | 0 | 1B | B | 32 | 145 | F | 2C |
| Octal | 200 | 136 | 162 | 0 | 33 | 13 | 62 | 505 | 17 | 54 |
| Binary | 10000000 | 1011110 | 1110010 | 0 | 11011 | 1011 | 110010 | 101000101 | 1111 | 101100 |
Color Harmonies of #805E72
Complementary color
Monochromatic Colors of #805E72
Black with #805E72
Text Example
Text Example
White with #805E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E72; }
p { color: rgb(128,94,114); }
H1.HeaderClassName
{
color: #805E72;
}
.AnyTagClassName
{
color: #805E72;
}
</style>
background-color css
<style>
a { background-color: #805E72; }
a { background-color: rgb(128,94,114); }
div.DivClassName
{
background-color: #805E72;
}
.BgClassName
{
background-color: #805E72;
}
</style>
border-color css
<style>
span { border-color: #805E72; }
span { border-color: rgb(128,94,114); }
td.TdClassName
{
border-color: #805E72;
}
.TagClassName
{
border-color: #805E72;
}
</style>