Shades of Scampi #775FAC
Tints of Scampi #775FAC
RGB
CMYK
RGB Variations
Color information
#775FAC (or 0x775FAC) is known color: Scampi. HEX triplet: 77, 5F and AC. RGB value is (119,95,172). Sum of RGB (Red+Green+Blue) = 119+95+172=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #775FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775FAC is #88A053. Grayscale: #6E6E6E. Windows color (decimal): -8953940 or 11296631. OLE color: 11296631.
HSL color Cylindrical-coordinate representation of color #775FAC: hue angle of 258.7º 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 #775FAC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 95 | 172 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.33 |
| HSL | 258.7º | 0.32% | 0.52% | - |
| HSV(B) | 258.7º | 0.45% | 0.67% | - |
| XYZ | 19.15 | 15.08 | 40.93 | - |
| YUV | 110.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 172 | 0.31 | 0.45 | 0 | 0.33 | 258.7 | 0.32 | 0.52 |
| Hex | 77 | 5F | AC | 1F | 2D | 0 | 21 | 103 | 20 | 34 |
| Octal | 167 | 137 | 254 | 37 | 55 | 0 | 41 | 403 | 40 | 64 |
| Binary | 1110111 | 1011111 | 10101100 | 11111 | 101101 | 0 | 100001 | 100000011 | 100000 | 110100 |
Color Harmonies of #775FAC
Complementary color
Monochromatic Colors of #775FAC
Black with #775FAC
Text Example
Text Example
White with #775FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775FAC; }
p { color: rgb(119,95,172); }
H1.HeaderClassName
{
color: #775FAC;
}
.AnyTagClassName
{
color: #775FAC;
}
</style>
background-color css
<style>
a { background-color: #775FAC; }
a { background-color: rgb(119,95,172); }
div.DivClassName
{
background-color: #775FAC;
}
.BgClassName
{
background-color: #775FAC;
}
</style>
border-color css
<style>
span { border-color: #775FAC; }
span { border-color: rgb(119,95,172); }
td.TdClassName
{
border-color: #775FAC;
}
.TagClassName
{
border-color: #775FAC;
}
</style>