Shades of Scampi #785FAC
Tints of Scampi #785FAC
RGB
CMYK
RGB Variations
Color information
#785FAC (or 0x785FAC) is known color: Scampi. HEX triplet: 78, 5F and AC. RGB value is (120,95,172). Sum of RGB (Red+Green+Blue) = 120+95+172=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #785FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785FAC is #87A053. Grayscale: #6E6E6E. Windows color (decimal): -8888404 or 11296632. OLE color: 11296632.
HSL color Cylindrical-coordinate representation of color #785FAC: hue angle of 259.48º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #785FAC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 95 | 172 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.33 |
| HSL | 259.48º | 0.32% | 0.52% | - |
| HSV(B) | 259.48º | 0.45% | 0.67% | - |
| XYZ | 19.28 | 15.16 | 40.94 | - |
| YUV | 111.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 172 | 0.30 | 0.45 | 0 | 0.33 | 259.48 | 0.32 | 0.52 |
| Hex | 78 | 5F | AC | 1E | 2D | 0 | 21 | 103 | 20 | 34 |
| Octal | 170 | 137 | 254 | 36 | 55 | 0 | 41 | 403 | 40 | 64 |
| Binary | 1111000 | 1011111 | 10101100 | 11110 | 101101 | 0 | 100001 | 100000011 | 100000 | 110100 |
Color Harmonies of #785FAC
Complementary color
Monochromatic Colors of #785FAC
Black with #785FAC
Text Example
Text Example
White with #785FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FAC; }
p { color: rgb(120,95,172); }
H1.HeaderClassName
{
color: #785FAC;
}
.AnyTagClassName
{
color: #785FAC;
}
</style>
background-color css
<style>
a { background-color: #785FAC; }
a { background-color: rgb(120,95,172); }
div.DivClassName
{
background-color: #785FAC;
}
.BgClassName
{
background-color: #785FAC;
}
</style>
border-color css
<style>
span { border-color: #785FAC; }
span { border-color: rgb(120,95,172); }
td.TdClassName
{
border-color: #785FAC;
}
.TagClassName
{
border-color: #785FAC;
}
</style>