Shades of Strikemaster #925077
Tints of Strikemaster #925077
RGB
CMYK
RGB Variations
Color information
#925077 (or 0x925077) is known color: Strikemaster. HEX triplet: 92, 50 and 77. RGB value is (146,80,119). Sum of RGB (Red+Green+Blue) = 146+80+119=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #925077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925077 is #6DAF88. Grayscale: #686868. Windows color (decimal): -7188361 or 7819410. OLE color: 7819410.
HSL color Cylindrical-coordinate representation of color #925077: hue angle of 324.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925077 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 119 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.43 |
| HSL | 324.55º | 0.29% | 0.44% | - |
| HSV(B) | 324.55º | 0.45% | 0.57% | - |
| XYZ | 18.05 | 13.18 | 19.05 | - |
| YUV | 104.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 119 | 0 | 0.45 | 0.18 | 0.43 | 324.55 | 0.29 | 0.44 |
| Hex | 92 | 50 | 77 | 0 | 2D | 12 | 2B | 145 | 1D | 2C |
| Octal | 222 | 120 | 167 | 0 | 55 | 22 | 53 | 505 | 35 | 54 |
| Binary | 10010010 | 1010000 | 1110111 | 0 | 101101 | 10010 | 101011 | 101000101 | 11101 | 101100 |
Color Harmonies of #925077
Complementary color
Monochromatic Colors of #925077
Black with #925077
Text Example
Text Example
White with #925077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925077; }
p { color: rgb(146,80,119); }
H1.HeaderClassName
{
color: #925077;
}
.AnyTagClassName
{
color: #925077;
}
</style>
background-color css
<style>
a { background-color: #925077; }
a { background-color: rgb(146,80,119); }
div.DivClassName
{
background-color: #925077;
}
.BgClassName
{
background-color: #925077;
}
</style>
border-color css
<style>
span { border-color: #925077; }
span { border-color: rgb(146,80,119); }
td.TdClassName
{
border-color: #925077;
}
.TagClassName
{
border-color: #925077;
}
</style>