Shades of Strikemaster #806C76
Tints of Strikemaster #806C76
RGB
CMYK
RGB Variations
Color information
#806C76 (or 0x806C76) is known color: Strikemaster. HEX triplet: 80, 6C and 76. RGB value is (128,108,118). Sum of RGB (Red+Green+Blue) = 128+108+118=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #806C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C76 is #7F9389. Grayscale: #737373. Windows color (decimal): -8360842 or 7761024. OLE color: 7761024.
HSL color Cylindrical-coordinate representation of color #806C76: hue angle of 330º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #806C76 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 118 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.50 |
| HSL | 330º | 0.08% | 0.46% | - |
| HSV(B) | 330º | 0.16% | 0.5% | - |
| XYZ | 17.53 | 16.62 | 19.42 | - |
| YUV | 115.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 118 | 0 | 0.16 | 0.08 | 0.50 | 330 | 0.08 | 0.46 |
| Hex | 80 | 6C | 76 | 0 | 10 | 8 | 32 | 14A | 8 | 2E |
| Octal | 200 | 154 | 166 | 0 | 20 | 10 | 62 | 512 | 10 | 56 |
| Binary | 10000000 | 1101100 | 1110110 | 0 | 10000 | 1000 | 110010 | 101001010 | 1000 | 101110 |
Color Harmonies of #806C76
Complementary color
Monochromatic Colors of #806C76
Black with #806C76
Text Example
Text Example
White with #806C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C76; }
p { color: rgb(128,108,118); }
H1.HeaderClassName
{
color: #806C76;
}
.AnyTagClassName
{
color: #806C76;
}
</style>
background-color css
<style>
a { background-color: #806C76; }
a { background-color: rgb(128,108,118); }
div.DivClassName
{
background-color: #806C76;
}
.BgClassName
{
background-color: #806C76;
}
</style>
border-color css
<style>
span { border-color: #806C76; }
span { border-color: rgb(128,108,118); }
td.TdClassName
{
border-color: #806C76;
}
.TagClassName
{
border-color: #806C76;
}
</style>