Shades of Strikemaster #906C7A
Tints of Strikemaster #906C7A
RGB
CMYK
RGB Variations
Color information
#906C7A (or 0x906C7A) is known color: Strikemaster. HEX triplet: 90, 6C and 7A. RGB value is (144,108,122). Sum of RGB (Red+Green+Blue) = 144+108+122=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #906C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C7A is #6F9385. Grayscale: #787878. Windows color (decimal): -7312262 or 8023184. OLE color: 8023184.
HSL color Cylindrical-coordinate representation of color #906C7A: hue angle of 336.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #906C7A is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 122 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.44 |
| HSL | 336.67º | 0.14% | 0.49% | - |
| HSV(B) | 336.67º | 0.25% | 0.56% | - |
| XYZ | 20.38 | 18.06 | 20.82 | - |
| YUV | 120.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 122 | 0 | 0.25 | 0.15 | 0.44 | 336.67 | 0.14 | 0.49 |
| Hex | 90 | 6C | 7A | 0 | 19 | F | 2C | 151 | E | 31 |
| Octal | 220 | 154 | 172 | 0 | 31 | 17 | 54 | 521 | 16 | 61 |
| Binary | 10010000 | 1101100 | 1111010 | 0 | 11001 | 1111 | 101100 | 101010001 | 1110 | 110001 |
Color Harmonies of #906C7A
Complementary color
Monochromatic Colors of #906C7A
Black with #906C7A
Text Example
Text Example
White with #906C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C7A; }
p { color: rgb(144,108,122); }
H1.HeaderClassName
{
color: #906C7A;
}
.AnyTagClassName
{
color: #906C7A;
}
</style>
background-color css
<style>
a { background-color: #906C7A; }
a { background-color: rgb(144,108,122); }
div.DivClassName
{
background-color: #906C7A;
}
.BgClassName
{
background-color: #906C7A;
}
</style>
border-color css
<style>
span { border-color: #906C7A; }
span { border-color: rgb(144,108,122); }
td.TdClassName
{
border-color: #906C7A;
}
.TagClassName
{
border-color: #906C7A;
}
</style>