Shades of Strikemaster #8C577A
Tints of Strikemaster #8C577A
RGB
CMYK
RGB Variations
Color information
#8C577A (or 0x8C577A) is known color: Strikemaster. HEX triplet: 8C, 57 and 7A. RGB value is (140,87,122). Sum of RGB (Red+Green+Blue) = 140+87+122=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C577A is #73A885. Grayscale: #6A6A6A. Windows color (decimal): -7579782 or 8017804. OLE color: 8017804.
HSL color Cylindrical-coordinate representation of color #8C577A: hue angle of 320.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C577A is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 122 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.45 |
| HSL | 320.38º | 0.23% | 0.45% | - |
| HSV(B) | 320.38º | 0.38% | 0.55% | - |
| XYZ | 17.74 | 13.8 | 20.14 | - |
| YUV | 106.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 122 | 0 | 0.38 | 0.13 | 0.45 | 320.38 | 0.23 | 0.45 |
| Hex | 8C | 57 | 7A | 0 | 26 | D | 2D | 140 | 17 | 2D |
| Octal | 214 | 127 | 172 | 0 | 46 | 15 | 55 | 500 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1111010 | 0 | 100110 | 1101 | 101101 | 101000000 | 10111 | 101101 |
Color Harmonies of #8C577A
Complementary color
Monochromatic Colors of #8C577A
Black with #8C577A
Text Example
Text Example
White with #8C577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C577A; }
p { color: rgb(140,87,122); }
H1.HeaderClassName
{
color: #8C577A;
}
.AnyTagClassName
{
color: #8C577A;
}
</style>
background-color css
<style>
a { background-color: #8C577A; }
a { background-color: rgb(140,87,122); }
div.DivClassName
{
background-color: #8C577A;
}
.BgClassName
{
background-color: #8C577A;
}
</style>
border-color css
<style>
span { border-color: #8C577A; }
span { border-color: rgb(140,87,122); }
td.TdClassName
{
border-color: #8C577A;
}
.TagClassName
{
border-color: #8C577A;
}
</style>