Shades of Strikemaster #925A76
Tints of Strikemaster #925A76
RGB
CMYK
RGB Variations
Color information
#925A76 (or 0x925A76) is known color: Strikemaster. HEX triplet: 92, 5A and 76. RGB value is (146,90,118). Sum of RGB (Red+Green+Blue) = 146+90+118=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #925A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A76 is #6DA589. Grayscale: #6D6D6D. Windows color (decimal): -7185802 or 7756434. OLE color: 7756434.
HSL color Cylindrical-coordinate representation of color #925A76: hue angle of 330º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A76 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 118 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.43 |
| HSL | 330º | 0.24% | 0.46% | - |
| HSV(B) | 330º | 0.38% | 0.57% | - |
| XYZ | 18.78 | 14.73 | 18.99 | - |
| YUV | 109.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 118 | 0 | 0.38 | 0.19 | 0.43 | 330 | 0.24 | 0.46 |
| Hex | 92 | 5A | 76 | 0 | 26 | 13 | 2B | 14A | 18 | 2E |
| Octal | 222 | 132 | 166 | 0 | 46 | 23 | 53 | 512 | 30 | 56 |
| Binary | 10010010 | 1011010 | 1110110 | 0 | 100110 | 10011 | 101011 | 101001010 | 11000 | 101110 |
Color Harmonies of #925A76
Complementary color
Monochromatic Colors of #925A76
Black with #925A76
Text Example
Text Example
White with #925A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A76; }
p { color: rgb(146,90,118); }
H1.HeaderClassName
{
color: #925A76;
}
.AnyTagClassName
{
color: #925A76;
}
</style>
background-color css
<style>
a { background-color: #925A76; }
a { background-color: rgb(146,90,118); }
div.DivClassName
{
background-color: #925A76;
}
.BgClassName
{
background-color: #925A76;
}
</style>
border-color css
<style>
span { border-color: #925A76; }
span { border-color: rgb(146,90,118); }
td.TdClassName
{
border-color: #925A76;
}
.TagClassName
{
border-color: #925A76;
}
</style>