Shades of Strikemaster #90677F
Tints of Strikemaster #90677F
RGB
CMYK
RGB Variations
Color information
#90677F (or 0x90677F) is known color: Strikemaster. HEX triplet: 90, 67 and 7F. RGB value is (144,103,127). Sum of RGB (Red+Green+Blue) = 144+103+127=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #90677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90677F is #6F9880. Grayscale: #757575. Windows color (decimal): -7313537 or 8349584. OLE color: 8349584.
HSL color Cylindrical-coordinate representation of color #90677F: hue angle of 324.88º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90677F is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 103 | 127 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.44 |
| HSL | 324.88º | 0.17% | 0.48% | - |
| HSV(B) | 324.88º | 0.28% | 0.56% | - |
| XYZ | 20.18 | 17.16 | 22.33 | - |
| YUV | 118 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 127 | 0 | 0.28 | 0.12 | 0.44 | 324.88 | 0.17 | 0.48 |
| Hex | 90 | 67 | 7F | 0 | 1C | C | 2C | 145 | 11 | 30 |
| Octal | 220 | 147 | 177 | 0 | 34 | 14 | 54 | 505 | 21 | 60 |
| Binary | 10010000 | 1100111 | 1111111 | 0 | 11100 | 1100 | 101100 | 101000101 | 10001 | 110000 |
Color Harmonies of #90677F
Complementary color
Monochromatic Colors of #90677F
Black with #90677F
Text Example
Text Example
White with #90677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90677F; }
p { color: rgb(144,103,127); }
H1.HeaderClassName
{
color: #90677F;
}
.AnyTagClassName
{
color: #90677F;
}
</style>
background-color css
<style>
a { background-color: #90677F; }
a { background-color: rgb(144,103,127); }
div.DivClassName
{
background-color: #90677F;
}
.BgClassName
{
background-color: #90677F;
}
</style>
border-color css
<style>
span { border-color: #90677F; }
span { border-color: rgb(144,103,127); }
td.TdClassName
{
border-color: #90677F;
}
.TagClassName
{
border-color: #90677F;
}
</style>