Shades of Strikemaster #90707F
Tints of Strikemaster #90707F
RGB
CMYK
RGB Variations
Color information
#90707F (or 0x90707F) is known color: Strikemaster. HEX triplet: 90, 70 and 7F. RGB value is (144,112,127). Sum of RGB (Red+Green+Blue) = 144+112+127=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90707F is #6F8F80. Grayscale: #7B7B7B. Windows color (decimal): -7311233 or 8351888. OLE color: 8351888.
HSL color Cylindrical-coordinate representation of color #90707F: hue angle of 331.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90707F is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 127 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.44 |
| HSL | 331.88º | 0.13% | 0.5% | - |
| HSV(B) | 331.88º | 0.22% | 0.56% | - |
| XYZ | 21.13 | 19.05 | 22.64 | - |
| YUV | 123.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 127 | 0 | 0.22 | 0.12 | 0.44 | 331.88 | 0.13 | 0.5 |
| Hex | 90 | 70 | 7F | 0 | 16 | C | 2C | 14C | D | 32 |
| Octal | 220 | 160 | 177 | 0 | 26 | 14 | 54 | 514 | 15 | 62 |
| Binary | 10010000 | 1110000 | 1111111 | 0 | 10110 | 1100 | 101100 | 101001100 | 1101 | 110010 |
Color Harmonies of #90707F
Complementary color
Monochromatic Colors of #90707F
Black with #90707F
Text Example
Text Example
White with #90707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90707F; }
p { color: rgb(144,112,127); }
H1.HeaderClassName
{
color: #90707F;
}
.AnyTagClassName
{
color: #90707F;
}
</style>
background-color css
<style>
a { background-color: #90707F; }
a { background-color: rgb(144,112,127); }
div.DivClassName
{
background-color: #90707F;
}
.BgClassName
{
background-color: #90707F;
}
</style>
border-color css
<style>
span { border-color: #90707F; }
span { border-color: rgb(144,112,127); }
td.TdClassName
{
border-color: #90707F;
}
.TagClassName
{
border-color: #90707F;
}
</style>