Shades of Scampi #786CAC
Tints of Scampi #786CAC
RGB
CMYK
RGB Variations
Color information
#786CAC (or 0x786CAC) is known color: Scampi. HEX triplet: 78, 6C and AC. RGB value is (120,108,172). Sum of RGB (Red+Green+Blue) = 120+108+172=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #786CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786CAC is #879353. Grayscale: #767676. Windows color (decimal): -8885076 or 11299960. OLE color: 11299960.
HSL color Cylindrical-coordinate representation of color #786CAC: hue angle of 251.25º 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 #786CAC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 108 | 172 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.33 |
| HSL | 251.25º | 0.28% | 0.55% | - |
| HSV(B) | 251.25º | 0.37% | 0.67% | - |
| XYZ | 20.55 | 17.7 | 41.36 | - |
| YUV | 118.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 172 | 0.30 | 0.37 | 0 | 0.33 | 251.25 | 0.28 | 0.55 |
| Hex | 78 | 6C | AC | 1E | 25 | 0 | 21 | FB | 1C | 37 |
| Octal | 170 | 154 | 254 | 36 | 45 | 0 | 41 | 373 | 34 | 67 |
| Binary | 1111000 | 1101100 | 10101100 | 11110 | 100101 | 0 | 100001 | 11111011 | 11100 | 110111 |
Color Harmonies of #786CAC
Complementary color
Monochromatic Colors of #786CAC
Black with #786CAC
Text Example
Text Example
White with #786CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CAC; }
p { color: rgb(120,108,172); }
H1.HeaderClassName
{
color: #786CAC;
}
.AnyTagClassName
{
color: #786CAC;
}
</style>
background-color css
<style>
a { background-color: #786CAC; }
a { background-color: rgb(120,108,172); }
div.DivClassName
{
background-color: #786CAC;
}
.BgClassName
{
background-color: #786CAC;
}
</style>
border-color css
<style>
span { border-color: #786CAC; }
span { border-color: rgb(120,108,172); }
td.TdClassName
{
border-color: #786CAC;
}
.TagClassName
{
border-color: #786CAC;
}
</style>