Shades of Strikemaster #805F73
Tints of Strikemaster #805F73
RGB
CMYK
RGB Variations
Color information
#805F73 (or 0x805F73) is known color: Strikemaster. HEX triplet: 80, 5F and 73. RGB value is (128,95,115). Sum of RGB (Red+Green+Blue) = 128+95+115=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #805F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805F73 is #7FA08C. Grayscale: #6B6B6B. Windows color (decimal): -8364173 or 7561088. OLE color: 7561088.
HSL color Cylindrical-coordinate representation of color #805F73: hue angle of 323.64º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #805F73 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 115 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.50 |
| HSL | 323.64º | 0.15% | 0.44% | - |
| HSV(B) | 323.64º | 0.26% | 0.5% | - |
| XYZ | 16.09 | 14.01 | 18.08 | - |
| YUV | 107.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 115 | 0 | 0.26 | 0.10 | 0.50 | 323.64 | 0.15 | 0.44 |
| Hex | 80 | 5F | 73 | 0 | 1A | A | 32 | 144 | F | 2C |
| Octal | 200 | 137 | 163 | 0 | 32 | 12 | 62 | 504 | 17 | 54 |
| Binary | 10000000 | 1011111 | 1110011 | 0 | 11010 | 1010 | 110010 | 101000100 | 1111 | 101100 |
Color Harmonies of #805F73
Complementary color
Monochromatic Colors of #805F73
Black with #805F73
Text Example
Text Example
White with #805F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F73; }
p { color: rgb(128,95,115); }
H1.HeaderClassName
{
color: #805F73;
}
.AnyTagClassName
{
color: #805F73;
}
</style>
background-color css
<style>
a { background-color: #805F73; }
a { background-color: rgb(128,95,115); }
div.DivClassName
{
background-color: #805F73;
}
.BgClassName
{
background-color: #805F73;
}
</style>
border-color css
<style>
span { border-color: #805F73; }
span { border-color: rgb(128,95,115); }
td.TdClassName
{
border-color: #805F73;
}
.TagClassName
{
border-color: #805F73;
}
</style>