Shades of Strikemaster #945E77
Tints of Strikemaster #945E77
RGB
CMYK
RGB Variations
Color information
#945E77 (or 0x945E77) is known color: Strikemaster. HEX triplet: 94, 5E and 77. RGB value is (148,94,119). Sum of RGB (Red+Green+Blue) = 148+94+119=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #945E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E77 is #6BA188. Grayscale: #707070. Windows color (decimal): -7053705 or 7822996. OLE color: 7822996.
HSL color Cylindrical-coordinate representation of color #945E77: hue angle of 332.22º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945E77 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 94 | 119 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.42 |
| HSL | 332.22º | 0.22% | 0.47% | - |
| HSV(B) | 332.22º | 0.36% | 0.58% | - |
| XYZ | 19.55 | 15.63 | 19.44 | - |
| YUV | 113 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 119 | 0 | 0.36 | 0.20 | 0.42 | 332.22 | 0.22 | 0.47 |
| Hex | 94 | 5E | 77 | 0 | 24 | 14 | 2A | 14C | 16 | 2F |
| Octal | 224 | 136 | 167 | 0 | 44 | 24 | 52 | 514 | 26 | 57 |
| Binary | 10010100 | 1011110 | 1110111 | 0 | 100100 | 10100 | 101010 | 101001100 | 10110 | 101111 |
Color Harmonies of #945E77
Complementary color
Monochromatic Colors of #945E77
Black with #945E77
Text Example
Text Example
White with #945E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945E77; }
p { color: rgb(148,94,119); }
H1.HeaderClassName
{
color: #945E77;
}
.AnyTagClassName
{
color: #945E77;
}
</style>
background-color css
<style>
a { background-color: #945E77; }
a { background-color: rgb(148,94,119); }
div.DivClassName
{
background-color: #945E77;
}
.BgClassName
{
background-color: #945E77;
}
</style>
border-color css
<style>
span { border-color: #945E77; }
span { border-color: rgb(148,94,119); }
td.TdClassName
{
border-color: #945E77;
}
.TagClassName
{
border-color: #945E77;
}
</style>