Shades of Scampi #747698
Tints of Scampi #747698
RGB
CMYK
RGB Variations
Color information
#747698 (or 0x747698) is known color: Scampi. HEX triplet: 74, 76 and 98. RGB value is (116,118,152). Sum of RGB (Red+Green+Blue) = 116+118+152=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #747698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747698 is #8B8967. Grayscale: #797979. Windows color (decimal): -9144680 or 9991796. OLE color: 9991796.
HSL color Cylindrical-coordinate representation of color #747698: hue angle of 236.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747698 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 118 | 152 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.40 |
| HSL | 236.67º | 0.15% | 0.53% | - |
| HSV(B) | 236.67º | 0.24% | 0.6% | - |
| XYZ | 19.35 | 18.94 | 32.34 | - |
| YUV | 121.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 152 | 0.24 | 0.22 | 0 | 0.40 | 236.67 | 0.15 | 0.53 |
| Hex | 74 | 76 | 98 | 18 | 16 | 0 | 28 | ED | F | 35 |
| Octal | 164 | 166 | 230 | 30 | 26 | 0 | 50 | 355 | 17 | 65 |
| Binary | 1110100 | 1110110 | 10011000 | 11000 | 10110 | 0 | 101000 | 11101101 | 1111 | 110101 |
Color Harmonies of #747698
Complementary color
Monochromatic Colors of #747698
Black with #747698
Text Example
Text Example
White with #747698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747698; }
p { color: rgb(116,118,152); }
H1.HeaderClassName
{
color: #747698;
}
.AnyTagClassName
{
color: #747698;
}
</style>
background-color css
<style>
a { background-color: #747698; }
a { background-color: rgb(116,118,152); }
div.DivClassName
{
background-color: #747698;
}
.BgClassName
{
background-color: #747698;
}
</style>
border-color css
<style>
span { border-color: #747698; }
span { border-color: rgb(116,118,152); }
td.TdClassName
{
border-color: #747698;
}
.TagClassName
{
border-color: #747698;
}
</style>