Shades of Strikemaster #816C77
Tints of Strikemaster #816C77
RGB
CMYK
RGB Variations
Color information
#816C77 (or 0x816C77) is known color: Strikemaster. HEX triplet: 81, 6C and 77. RGB value is (129,108,119). Sum of RGB (Red+Green+Blue) = 129+108+119=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #816C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C77 is #7E9388. Grayscale: #737373. Windows color (decimal): -8295305 or 7826561. OLE color: 7826561.
HSL color Cylindrical-coordinate representation of color #816C77: hue angle of 328.57º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #816C77 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 119 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.49 |
| HSL | 328.57º | 0.09% | 0.46% | - |
| HSV(B) | 328.57º | 0.16% | 0.51% | - |
| XYZ | 17.75 | 16.72 | 19.75 | - |
| YUV | 115.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 119 | 0 | 0.16 | 0.08 | 0.49 | 328.57 | 0.09 | 0.46 |
| Hex | 81 | 6C | 77 | 0 | 10 | 8 | 31 | 149 | 9 | 2E |
| Octal | 201 | 154 | 167 | 0 | 20 | 10 | 61 | 511 | 11 | 56 |
| Binary | 10000001 | 1101100 | 1110111 | 0 | 10000 | 1000 | 110001 | 101001001 | 1001 | 101110 |
Color Harmonies of #816C77
Complementary color
Monochromatic Colors of #816C77
Black with #816C77
Text Example
Text Example
White with #816C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C77; }
p { color: rgb(129,108,119); }
H1.HeaderClassName
{
color: #816C77;
}
.AnyTagClassName
{
color: #816C77;
}
</style>
background-color css
<style>
a { background-color: #816C77; }
a { background-color: rgb(129,108,119); }
div.DivClassName
{
background-color: #816C77;
}
.BgClassName
{
background-color: #816C77;
}
</style>
border-color css
<style>
span { border-color: #816C77; }
span { border-color: rgb(129,108,119); }
td.TdClassName
{
border-color: #816C77;
}
.TagClassName
{
border-color: #816C77;
}
</style>