Shades of Strikemaster #845C77
Tints of Strikemaster #845C77
RGB
CMYK
RGB Variations
Color information
#845C77 (or 0x845C77) is known color: Strikemaster. HEX triplet: 84, 5C and 77. RGB value is (132,92,119). Sum of RGB (Red+Green+Blue) = 132+92+119=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #845C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C77 is #7BA388. Grayscale: #6A6A6A. Windows color (decimal): -8102793 or 7822468. OLE color: 7822468.
HSL color Cylindrical-coordinate representation of color #845C77: hue angle of 319.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845C77 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 119 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.48 |
| HSL | 319.5º | 0.18% | 0.44% | - |
| HSV(B) | 319.5º | 0.3% | 0.52% | - |
| XYZ | 16.67 | 13.89 | 19.26 | - |
| YUV | 107.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 119 | 0 | 0.30 | 0.10 | 0.48 | 319.5 | 0.18 | 0.44 |
| Hex | 84 | 5C | 77 | 0 | 1E | A | 30 | 140 | 12 | 2C |
| Octal | 204 | 134 | 167 | 0 | 36 | 12 | 60 | 500 | 22 | 54 |
| Binary | 10000100 | 1011100 | 1110111 | 0 | 11110 | 1010 | 110000 | 101000000 | 10010 | 101100 |
Color Harmonies of #845C77
Complementary color
Monochromatic Colors of #845C77
Black with #845C77
Text Example
Text Example
White with #845C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C77; }
p { color: rgb(132,92,119); }
H1.HeaderClassName
{
color: #845C77;
}
.AnyTagClassName
{
color: #845C77;
}
</style>
background-color css
<style>
a { background-color: #845C77; }
a { background-color: rgb(132,92,119); }
div.DivClassName
{
background-color: #845C77;
}
.BgClassName
{
background-color: #845C77;
}
</style>
border-color css
<style>
span { border-color: #845C77; }
span { border-color: rgb(132,92,119); }
td.TdClassName
{
border-color: #845C77;
}
.TagClassName
{
border-color: #845C77;
}
</style>