Shades of Scampi #746CA3
Tints of Scampi #746CA3
RGB
CMYK
RGB Variations
Color information
#746CA3 (or 0x746CA3) is known color: Scampi. HEX triplet: 74, 6C and A3. RGB value is (116,108,163). Sum of RGB (Red+Green+Blue) = 116+108+163=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 163 - color contains mainly: blue. Hex color #746CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746CA3 is #8B935C. Grayscale: #747474. Windows color (decimal): -9147229 or 10710132. OLE color: 10710132.
HSL color Cylindrical-coordinate representation of color #746CA3: hue angle of 248.73º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #746CA3 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 108 | 163 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.36 |
| HSL | 248.73º | 0.23% | 0.53% | - |
| HSV(B) | 248.73º | 0.34% | 0.64% | - |
| XYZ | 19.18 | 17.08 | 36.94 | - |
| YUV | 116.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 163 | 0.29 | 0.34 | 0 | 0.36 | 248.73 | 0.23 | 0.53 |
| Hex | 74 | 6C | A3 | 1D | 22 | 0 | 24 | F9 | 17 | 35 |
| Octal | 164 | 154 | 243 | 35 | 42 | 0 | 44 | 371 | 27 | 65 |
| Binary | 1110100 | 1101100 | 10100011 | 11101 | 100010 | 0 | 100100 | 11111001 | 10111 | 110101 |
Color Harmonies of #746CA3
Complementary color
Monochromatic Colors of #746CA3
Black with #746CA3
Text Example
Text Example
White with #746CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CA3; }
p { color: rgb(116,108,163); }
H1.HeaderClassName
{
color: #746CA3;
}
.AnyTagClassName
{
color: #746CA3;
}
</style>
background-color css
<style>
a { background-color: #746CA3; }
a { background-color: rgb(116,108,163); }
div.DivClassName
{
background-color: #746CA3;
}
.BgClassName
{
background-color: #746CA3;
}
</style>
border-color css
<style>
span { border-color: #746CA3; }
span { border-color: rgb(116,108,163); }
td.TdClassName
{
border-color: #746CA3;
}
.TagClassName
{
border-color: #746CA3;
}
</style>