Shades of Scampi #746EA0
Tints of Scampi #746EA0
RGB
CMYK
RGB Variations
Color information
#746EA0 (or 0x746EA0) is known color: Scampi. HEX triplet: 74, 6E and A0. RGB value is (116,110,160). Sum of RGB (Red+Green+Blue) = 116+110+160=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #746EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746EA0 is #8B915F. Grayscale: #757575. Windows color (decimal): -9146720 or 10514036. OLE color: 10514036.
HSL color Cylindrical-coordinate representation of color #746EA0: hue angle of 247.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746EA0 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 110 | 160 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.37 |
| HSL | 247.2º | 0.21% | 0.53% | - |
| HSV(B) | 247.2º | 0.31% | 0.63% | - |
| XYZ | 19.12 | 17.4 | 35.61 | - |
| YUV | 117.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 160 | 0.28 | 0.31 | 0 | 0.37 | 247.2 | 0.21 | 0.53 |
| Hex | 74 | 6E | A0 | 1C | 1F | 0 | 25 | F7 | 15 | 35 |
| Octal | 164 | 156 | 240 | 34 | 37 | 0 | 45 | 367 | 25 | 65 |
| Binary | 1110100 | 1101110 | 10100000 | 11100 | 11111 | 0 | 100101 | 11110111 | 10101 | 110101 |
Color Harmonies of #746EA0
Complementary color
Monochromatic Colors of #746EA0
Black with #746EA0
Text Example
Text Example
White with #746EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746EA0; }
p { color: rgb(116,110,160); }
H1.HeaderClassName
{
color: #746EA0;
}
.AnyTagClassName
{
color: #746EA0;
}
</style>
background-color css
<style>
a { background-color: #746EA0; }
a { background-color: rgb(116,110,160); }
div.DivClassName
{
background-color: #746EA0;
}
.BgClassName
{
background-color: #746EA0;
}
</style>
border-color css
<style>
span { border-color: #746EA0; }
span { border-color: rgb(116,110,160); }
td.TdClassName
{
border-color: #746EA0;
}
.TagClassName
{
border-color: #746EA0;
}
</style>