Shades of Scampi #775FA6
Tints of Scampi #775FA6
RGB
CMYK
RGB Variations
Color information
#775FA6 (or 0x775FA6) is known color: Scampi. HEX triplet: 77, 5F and A6. RGB value is (119,95,166). Sum of RGB (Red+Green+Blue) = 119+95+166=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 166 - color contains mainly: blue. Hex color #775FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775FA6 is #88A059. Grayscale: #6E6E6E. Windows color (decimal): -8953946 or 10903415. OLE color: 10903415.
HSL color Cylindrical-coordinate representation of color #775FA6: hue angle of 260.28º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #775FA6 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 95 | 166 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.35 |
| HSL | 260.28º | 0.29% | 0.51% | - |
| HSV(B) | 260.28º | 0.43% | 0.65% | - |
| XYZ | 18.58 | 14.86 | 37.97 | - |
| YUV | 110.27 | 159.45 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 166 | 0.28 | 0.43 | 0 | 0.35 | 260.28 | 0.29 | 0.51 |
| Hex | 77 | 5F | A6 | 1C | 2B | 0 | 23 | 104 | 1D | 33 |
| Octal | 167 | 137 | 246 | 34 | 53 | 0 | 43 | 404 | 35 | 63 |
| Binary | 1110111 | 1011111 | 10100110 | 11100 | 101011 | 0 | 100011 | 100000100 | 11101 | 110011 |
Color Harmonies of #775FA6
Complementary color
Monochromatic Colors of #775FA6
Black with #775FA6
Text Example
Text Example
White with #775FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775FA6; }
p { color: rgb(119,95,166); }
H1.HeaderClassName
{
color: #775FA6;
}
.AnyTagClassName
{
color: #775FA6;
}
</style>
background-color css
<style>
a { background-color: #775FA6; }
a { background-color: rgb(119,95,166); }
div.DivClassName
{
background-color: #775FA6;
}
.BgClassName
{
background-color: #775FA6;
}
</style>
border-color css
<style>
span { border-color: #775FA6; }
span { border-color: rgb(119,95,166); }
td.TdClassName
{
border-color: #775FA6;
}
.TagClassName
{
border-color: #775FA6;
}
</style>