Shades of Scampi #746EA2
Tints of Scampi #746EA2
RGB
CMYK
RGB Variations
Color information
#746EA2 (or 0x746EA2) is known color: Scampi. HEX triplet: 74, 6E and A2. RGB value is (116,110,162). Sum of RGB (Red+Green+Blue) = 116+110+162=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 162 - color contains mainly: blue. Hex color #746EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746EA2 is #8B915D. Grayscale: #757575. Windows color (decimal): -9146718 or 10645108. OLE color: 10645108.
HSL color Cylindrical-coordinate representation of color #746EA2: hue angle of 246.92º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #746EA2 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 110 | 162 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.36 |
| HSL | 246.92º | 0.22% | 0.53% | - |
| HSV(B) | 246.92º | 0.32% | 0.64% | - |
| XYZ | 19.3 | 17.47 | 36.54 | - |
| YUV | 117.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 162 | 0.28 | 0.32 | 0 | 0.36 | 246.92 | 0.22 | 0.53 |
| Hex | 74 | 6E | A2 | 1C | 20 | 0 | 24 | F7 | 16 | 35 |
| Octal | 164 | 156 | 242 | 34 | 40 | 0 | 44 | 367 | 26 | 65 |
| Binary | 1110100 | 1101110 | 10100010 | 11100 | 100000 | 0 | 100100 | 11110111 | 10110 | 110101 |
Color Harmonies of #746EA2
Complementary color
Monochromatic Colors of #746EA2
Black with #746EA2
Text Example
Text Example
White with #746EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746EA2; }
p { color: rgb(116,110,162); }
H1.HeaderClassName
{
color: #746EA2;
}
.AnyTagClassName
{
color: #746EA2;
}
</style>
background-color css
<style>
a { background-color: #746EA2; }
a { background-color: rgb(116,110,162); }
div.DivClassName
{
background-color: #746EA2;
}
.BgClassName
{
background-color: #746EA2;
}
</style>
border-color css
<style>
span { border-color: #746EA2; }
span { border-color: rgb(116,110,162); }
td.TdClassName
{
border-color: #746EA2;
}
.TagClassName
{
border-color: #746EA2;
}
</style>