Shades of Strikemaster #806373
Tints of Strikemaster #806373
RGB
CMYK
RGB Variations
Color information
#806373 (or 0x806373) is known color: Strikemaster. HEX triplet: 80, 63 and 73. RGB value is (128,99,115). Sum of RGB (Red+Green+Blue) = 128+99+115=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #806373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806373 is #7F9C8C. Grayscale: #6D6D6D. Windows color (decimal): -8363149 or 7562112. OLE color: 7562112.
HSL color Cylindrical-coordinate representation of color #806373: hue angle of 326.9º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806373 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 99 | 115 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.50 |
| HSL | 326.9º | 0.13% | 0.45% | - |
| HSV(B) | 326.9º | 0.23% | 0.5% | - |
| XYZ | 16.46 | 14.75 | 18.2 | - |
| YUV | 109.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 115 | 0 | 0.23 | 0.10 | 0.50 | 326.9 | 0.13 | 0.45 |
| Hex | 80 | 63 | 73 | 0 | 17 | A | 32 | 147 | D | 2D |
| Octal | 200 | 143 | 163 | 0 | 27 | 12 | 62 | 507 | 15 | 55 |
| Binary | 10000000 | 1100011 | 1110011 | 0 | 10111 | 1010 | 110010 | 101000111 | 1101 | 101101 |
Color Harmonies of #806373
Complementary color
Monochromatic Colors of #806373
Black with #806373
Text Example
Text Example
White with #806373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806373; }
p { color: rgb(128,99,115); }
H1.HeaderClassName
{
color: #806373;
}
.AnyTagClassName
{
color: #806373;
}
</style>
background-color css
<style>
a { background-color: #806373; }
a { background-color: rgb(128,99,115); }
div.DivClassName
{
background-color: #806373;
}
.BgClassName
{
background-color: #806373;
}
</style>
border-color css
<style>
span { border-color: #806373; }
span { border-color: rgb(128,99,115); }
td.TdClassName
{
border-color: #806373;
}
.TagClassName
{
border-color: #806373;
}
</style>