Shades of Strikemaster #907282
Tints of Strikemaster #907282
RGB
CMYK
RGB Variations
Color information
#907282 (or 0x907282) is known color: Strikemaster. HEX triplet: 90, 72 and 82. RGB value is (144,114,130). Sum of RGB (Red+Green+Blue) = 144+114+130=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #907282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907282 is #6F8D7D. Grayscale: #7C7C7C. Windows color (decimal): -7310718 or 8549008. OLE color: 8549008.
HSL color Cylindrical-coordinate representation of color #907282: hue angle of 328º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #907282 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 130 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.44 |
| HSL | 328º | 0.12% | 0.51% | - |
| HSV(B) | 328º | 0.21% | 0.56% | - |
| XYZ | 21.55 | 19.58 | 23.76 | - |
| YUV | 124.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 130 | 0 | 0.21 | 0.10 | 0.44 | 328 | 0.12 | 0.51 |
| Hex | 90 | 72 | 82 | 0 | 15 | A | 2C | 148 | C | 33 |
| Octal | 220 | 162 | 202 | 0 | 25 | 12 | 54 | 510 | 14 | 63 |
| Binary | 10010000 | 1110010 | 10000010 | 0 | 10101 | 1010 | 101100 | 101001000 | 1100 | 110011 |
Color Harmonies of #907282
Complementary color
Monochromatic Colors of #907282
Black with #907282
Text Example
Text Example
White with #907282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907282; }
p { color: rgb(144,114,130); }
H1.HeaderClassName
{
color: #907282;
}
.AnyTagClassName
{
color: #907282;
}
</style>
background-color css
<style>
a { background-color: #907282; }
a { background-color: rgb(144,114,130); }
div.DivClassName
{
background-color: #907282;
}
.BgClassName
{
background-color: #907282;
}
</style>
border-color css
<style>
span { border-color: #907282; }
span { border-color: rgb(144,114,130); }
td.TdClassName
{
border-color: #907282;
}
.TagClassName
{
border-color: #907282;
}
</style>