Shades of Strikemaster #934C77
Tints of Strikemaster #934C77
RGB
CMYK
RGB Variations
Color information
#934C77 (or 0x934C77) is known color: Strikemaster. HEX triplet: 93, 4C and 77. RGB value is (147,76,119). Sum of RGB (Red+Green+Blue) = 147+76+119=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #934C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934C77 is #6CB388. Grayscale: #666666. Windows color (decimal): -7123849 or 7818387. OLE color: 7818387.
HSL color Cylindrical-coordinate representation of color #934C77: hue angle of 323.66º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #934C77 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 76 | 119 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.42 |
| HSL | 323.66º | 0.32% | 0.44% | - |
| HSV(B) | 323.66º | 0.48% | 0.58% | - |
| XYZ | 17.95 | 12.7 | 18.96 | - |
| YUV | 102.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 119 | 0 | 0.48 | 0.19 | 0.42 | 323.66 | 0.32 | 0.44 |
| Hex | 93 | 4C | 77 | 0 | 30 | 13 | 2A | 144 | 20 | 2C |
| Octal | 223 | 114 | 167 | 0 | 60 | 23 | 52 | 504 | 40 | 54 |
| Binary | 10010011 | 1001100 | 1110111 | 0 | 110000 | 10011 | 101010 | 101000100 | 100000 | 101100 |
Color Harmonies of #934C77
Complementary color
Monochromatic Colors of #934C77
Black with #934C77
Text Example
Text Example
White with #934C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934C77; }
p { color: rgb(147,76,119); }
H1.HeaderClassName
{
color: #934C77;
}
.AnyTagClassName
{
color: #934C77;
}
</style>
background-color css
<style>
a { background-color: #934C77; }
a { background-color: rgb(147,76,119); }
div.DivClassName
{
background-color: #934C77;
}
.BgClassName
{
background-color: #934C77;
}
</style>
border-color css
<style>
span { border-color: #934C77; }
span { border-color: rgb(147,76,119); }
td.TdClassName
{
border-color: #934C77;
}
.TagClassName
{
border-color: #934C77;
}
</style>