Shades of Strikemaster #907784
Tints of Strikemaster #907784
RGB
CMYK
RGB Variations
Color information
#907784 (or 0x907784) is known color: Strikemaster. HEX triplet: 90, 77 and 84. RGB value is (144,119,132). Sum of RGB (Red+Green+Blue) = 144+119+132=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #907784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907784 is #6F887B. Grayscale: #7F7F7F. Windows color (decimal): -7309436 or 8681360. OLE color: 8681360.
HSL color Cylindrical-coordinate representation of color #907784: hue angle of 328.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #907784 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 119 | 132 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.44 |
| HSL | 328.8º | 0.1% | 0.52% | - |
| HSV(B) | 328.8º | 0.17% | 0.56% | - |
| XYZ | 22.26 | 20.79 | 24.67 | - |
| YUV | 127.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 119 | 132 | 0 | 0.17 | 0.08 | 0.44 | 328.8 | 0.1 | 0.52 |
| Hex | 90 | 77 | 84 | 0 | 11 | 8 | 2C | 149 | A | 34 |
| Octal | 220 | 167 | 204 | 0 | 21 | 10 | 54 | 511 | 12 | 64 |
| Binary | 10010000 | 1110111 | 10000100 | 0 | 10001 | 1000 | 101100 | 101001001 | 1010 | 110100 |
Color Harmonies of #907784
Complementary color
Monochromatic Colors of #907784
Black with #907784
Text Example
Text Example
White with #907784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907784; }
p { color: rgb(144,119,132); }
H1.HeaderClassName
{
color: #907784;
}
.AnyTagClassName
{
color: #907784;
}
</style>
background-color css
<style>
a { background-color: #907784; }
a { background-color: rgb(144,119,132); }
div.DivClassName
{
background-color: #907784;
}
.BgClassName
{
background-color: #907784;
}
</style>
border-color css
<style>
span { border-color: #907784; }
span { border-color: rgb(144,119,132); }
td.TdClassName
{
border-color: #907784;
}
.TagClassName
{
border-color: #907784;
}
</style>