Shades of Strikemaster #925E78
Tints of Strikemaster #925E78
RGB
CMYK
RGB Variations
Color information
#925E78 (or 0x925E78) is known color: Strikemaster. HEX triplet: 92, 5E and 78. RGB value is (146,94,120). Sum of RGB (Red+Green+Blue) = 146+94+120=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #925E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E78 is #6DA187. Grayscale: #707070. Windows color (decimal): -7184776 or 7888530. OLE color: 7888530.
HSL color Cylindrical-coordinate representation of color #925E78: hue angle of 330º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E78 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 94 | 120 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.43 |
| HSL | 330º | 0.22% | 0.47% | - |
| HSV(B) | 330º | 0.36% | 0.57% | - |
| XYZ | 19.25 | 15.47 | 19.74 | - |
| YUV | 112.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 120 | 0 | 0.36 | 0.18 | 0.43 | 330 | 0.22 | 0.47 |
| Hex | 92 | 5E | 78 | 0 | 24 | 12 | 2B | 14A | 16 | 2F |
| Octal | 222 | 136 | 170 | 0 | 44 | 22 | 53 | 512 | 26 | 57 |
| Binary | 10010010 | 1011110 | 1111000 | 0 | 100100 | 10010 | 101011 | 101001010 | 10110 | 101111 |
Color Harmonies of #925E78
Complementary color
Monochromatic Colors of #925E78
Black with #925E78
Text Example
Text Example
White with #925E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E78; }
p { color: rgb(146,94,120); }
H1.HeaderClassName
{
color: #925E78;
}
.AnyTagClassName
{
color: #925E78;
}
</style>
background-color css
<style>
a { background-color: #925E78; }
a { background-color: rgb(146,94,120); }
div.DivClassName
{
background-color: #925E78;
}
.BgClassName
{
background-color: #925E78;
}
</style>
border-color css
<style>
span { border-color: #925E78; }
span { border-color: rgb(146,94,120); }
td.TdClassName
{
border-color: #925E78;
}
.TagClassName
{
border-color: #925E78;
}
</style>