Shades of Strikemaster #925E77
Tints of Strikemaster #925E77
RGB
CMYK
RGB Variations
Color information
#925E77 (or 0x925E77) is known color: Strikemaster. HEX triplet: 92, 5E and 77. RGB value is (146,94,119). Sum of RGB (Red+Green+Blue) = 146+94+119=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #925E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E77 is #6DA188. Grayscale: #707070. Windows color (decimal): -7184777 or 7822994. OLE color: 7822994.
HSL color Cylindrical-coordinate representation of color #925E77: hue angle of 331.15º 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 #925E77 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 94 | 119 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.43 |
| HSL | 331.15º | 0.22% | 0.47% | - |
| HSV(B) | 331.15º | 0.36% | 0.57% | - |
| XYZ | 19.19 | 15.45 | 19.42 | - |
| YUV | 112.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 119 | 0 | 0.36 | 0.18 | 0.43 | 331.15 | 0.22 | 0.47 |
| Hex | 92 | 5E | 77 | 0 | 24 | 12 | 2B | 14B | 16 | 2F |
| Octal | 222 | 136 | 167 | 0 | 44 | 22 | 53 | 513 | 26 | 57 |
| Binary | 10010010 | 1011110 | 1110111 | 0 | 100100 | 10010 | 101011 | 101001011 | 10110 | 101111 |
Color Harmonies of #925E77
Complementary color
Monochromatic Colors of #925E77
Black with #925E77
Text Example
Text Example
White with #925E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E77; }
p { color: rgb(146,94,119); }
H1.HeaderClassName
{
color: #925E77;
}
.AnyTagClassName
{
color: #925E77;
}
</style>
background-color css
<style>
a { background-color: #925E77; }
a { background-color: rgb(146,94,119); }
div.DivClassName
{
background-color: #925E77;
}
.BgClassName
{
background-color: #925E77;
}
</style>
border-color css
<style>
span { border-color: #925E77; }
span { border-color: rgb(146,94,119); }
td.TdClassName
{
border-color: #925E77;
}
.TagClassName
{
border-color: #925E77;
}
</style>