Shades of Strikemaster #7F6673
Tints of Strikemaster #7F6673
RGB
CMYK
RGB Variations
Color information
#7F6673 (or 0x7F6673) is known color: Strikemaster. HEX triplet: 7F, 66 and 73. RGB value is (127,102,115). Sum of RGB (Red+Green+Blue) = 127+102+115=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6673 is #80998C. Grayscale: #6E6E6E. Windows color (decimal): -8427917 or 7562879. OLE color: 7562879.
HSL color Cylindrical-coordinate representation of color #7F6673: hue angle of 328.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F6673 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 102 | 115 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.50 |
| HSL | 328.8º | 0.11% | 0.45% | - |
| HSV(B) | 328.8º | 0.2% | 0.5% | - |
| XYZ | 16.6 | 15.25 | 18.29 | - |
| YUV | 110.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 115 | 0 | 0.20 | 0.09 | 0.50 | 328.8 | 0.11 | 0.45 |
| Hex | 7F | 66 | 73 | 0 | 14 | 9 | 32 | 149 | B | 2D |
| Octal | 177 | 146 | 163 | 0 | 24 | 11 | 62 | 511 | 13 | 55 |
| Binary | 1111111 | 1100110 | 1110011 | 0 | 10100 | 1001 | 110010 | 101001001 | 1011 | 101101 |
Color Harmonies of #7F6673
Complementary color
Monochromatic Colors of #7F6673
Black with #7F6673
Text Example
Text Example
White with #7F6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6673; }
p { color: rgb(127,102,115); }
H1.HeaderClassName
{
color: #7F6673;
}
.AnyTagClassName
{
color: #7F6673;
}
</style>
background-color css
<style>
a { background-color: #7F6673; }
a { background-color: rgb(127,102,115); }
div.DivClassName
{
background-color: #7F6673;
}
.BgClassName
{
background-color: #7F6673;
}
</style>
border-color css
<style>
span { border-color: #7F6673; }
span { border-color: rgb(127,102,115); }
td.TdClassName
{
border-color: #7F6673;
}
.TagClassName
{
border-color: #7F6673;
}
</style>