Shades of Strikemaster #806A75
Tints of Strikemaster #806A75
RGB
CMYK
RGB Variations
Color information
#806A75 (or 0x806A75) is known color: Strikemaster. HEX triplet: 80, 6A and 75. RGB value is (128,106,117). Sum of RGB (Red+Green+Blue) = 128+106+117=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #806A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806A75 is #7F958A. Grayscale: #717171. Windows color (decimal): -8361355 or 7694976. OLE color: 7694976.
HSL color Cylindrical-coordinate representation of color #806A75: hue angle of 330º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #806A75 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 106 | 117 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.50 |
| HSL | 330º | 0.09% | 0.46% | - |
| HSV(B) | 330º | 0.17% | 0.5% | - |
| XYZ | 17.27 | 16.18 | 19.04 | - |
| YUV | 113.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 117 | 0 | 0.17 | 0.09 | 0.50 | 330 | 0.09 | 0.46 |
| Hex | 80 | 6A | 75 | 0 | 11 | 9 | 32 | 14A | 9 | 2E |
| Octal | 200 | 152 | 165 | 0 | 21 | 11 | 62 | 512 | 11 | 56 |
| Binary | 10000000 | 1101010 | 1110101 | 0 | 10001 | 1001 | 110010 | 101001010 | 1001 | 101110 |
Color Harmonies of #806A75
Complementary color
Monochromatic Colors of #806A75
Black with #806A75
Text Example
Text Example
White with #806A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806A75; }
p { color: rgb(128,106,117); }
H1.HeaderClassName
{
color: #806A75;
}
.AnyTagClassName
{
color: #806A75;
}
</style>
background-color css
<style>
a { background-color: #806A75; }
a { background-color: rgb(128,106,117); }
div.DivClassName
{
background-color: #806A75;
}
.BgClassName
{
background-color: #806A75;
}
</style>
border-color css
<style>
span { border-color: #806A75; }
span { border-color: rgb(128,106,117); }
td.TdClassName
{
border-color: #806A75;
}
.TagClassName
{
border-color: #806A75;
}
</style>