Shades of Scampi #786DAC
Tints of Scampi #786DAC
RGB
CMYK
RGB Variations
Color information
#786DAC (or 0x786DAC) is known color: Scampi. HEX triplet: 78, 6D and AC. RGB value is (120,109,172). Sum of RGB (Red+Green+Blue) = 120+109+172=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #786DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786DAC is #879253. Grayscale: #777777. Windows color (decimal): -8884820 or 11300216. OLE color: 11300216.
HSL color Cylindrical-coordinate representation of color #786DAC: hue angle of 250.48º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #786DAC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 109 | 172 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.33 |
| HSL | 250.48º | 0.28% | 0.55% | - |
| HSV(B) | 250.48º | 0.37% | 0.67% | - |
| XYZ | 20.66 | 17.91 | 41.4 | - |
| YUV | 119.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 172 | 0.30 | 0.37 | 0 | 0.33 | 250.48 | 0.28 | 0.55 |
| Hex | 78 | 6D | AC | 1E | 25 | 0 | 21 | FA | 1C | 37 |
| Octal | 170 | 155 | 254 | 36 | 45 | 0 | 41 | 372 | 34 | 67 |
| Binary | 1111000 | 1101101 | 10101100 | 11110 | 100101 | 0 | 100001 | 11111010 | 11100 | 110111 |
Color Harmonies of #786DAC
Complementary color
Monochromatic Colors of #786DAC
Black with #786DAC
Text Example
Text Example
White with #786DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DAC; }
p { color: rgb(120,109,172); }
H1.HeaderClassName
{
color: #786DAC;
}
.AnyTagClassName
{
color: #786DAC;
}
</style>
background-color css
<style>
a { background-color: #786DAC; }
a { background-color: rgb(120,109,172); }
div.DivClassName
{
background-color: #786DAC;
}
.BgClassName
{
background-color: #786DAC;
}
</style>
border-color css
<style>
span { border-color: #786DAC; }
span { border-color: rgb(120,109,172); }
td.TdClassName
{
border-color: #786DAC;
}
.TagClassName
{
border-color: #786DAC;
}
</style>