Shades of Strikemaster #925777
Tints of Strikemaster #925777
RGB
CMYK
RGB Variations
Color information
#925777 (or 0x925777) is known color: Strikemaster. HEX triplet: 92, 57 and 77. RGB value is (146,87,119). Sum of RGB (Red+Green+Blue) = 146+87+119=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #925777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925777 is #6DA888. Grayscale: #6C6C6C. Windows color (decimal): -7186569 or 7821202. OLE color: 7821202.
HSL color Cylindrical-coordinate representation of color #925777: hue angle of 327.46º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925777 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 119 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.43 |
| HSL | 327.46º | 0.25% | 0.46% | - |
| HSV(B) | 327.46º | 0.4% | 0.57% | - |
| XYZ | 18.59 | 14.26 | 19.23 | - |
| YUV | 108.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 119 | 0 | 0.40 | 0.18 | 0.43 | 327.46 | 0.25 | 0.46 |
| Hex | 92 | 57 | 77 | 0 | 28 | 12 | 2B | 147 | 19 | 2E |
| Octal | 222 | 127 | 167 | 0 | 50 | 22 | 53 | 507 | 31 | 56 |
| Binary | 10010010 | 1010111 | 1110111 | 0 | 101000 | 10010 | 101011 | 101000111 | 11001 | 101110 |
Color Harmonies of #925777
Complementary color
Monochromatic Colors of #925777
Black with #925777
Text Example
Text Example
White with #925777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925777; }
p { color: rgb(146,87,119); }
H1.HeaderClassName
{
color: #925777;
}
.AnyTagClassName
{
color: #925777;
}
</style>
background-color css
<style>
a { background-color: #925777; }
a { background-color: rgb(146,87,119); }
div.DivClassName
{
background-color: #925777;
}
.BgClassName
{
background-color: #925777;
}
</style>
border-color css
<style>
span { border-color: #925777; }
span { border-color: rgb(146,87,119); }
td.TdClassName
{
border-color: #925777;
}
.TagClassName
{
border-color: #925777;
}
</style>