Shades of Scampi #776699
Tints of Scampi #776699
RGB
CMYK
RGB Variations
Color information
#776699 (or 0x776699) is known color: Scampi. HEX triplet: 77, 66 and 99. RGB value is (119,102,153). Sum of RGB (Red+Green+Blue) = 119+102+153=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #776699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776699 is #889966. Grayscale: #707070. Windows color (decimal): -8952167 or 10053239. OLE color: 10053239.
HSL color Cylindrical-coordinate representation of color #776699: hue angle of 260º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #776699 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 102 | 153 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.4 |
| HSL | 260º | 0.2% | 0.5% | - |
| HSV(B) | 260º | 0.33% | 0.6% | - |
| XYZ | 18.11 | 15.72 | 32.22 | - |
| YUV | 112.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 153 | 0.22 | 0.33 | 0 | 0.4 | 260 | 0.2 | 0.5 |
| Hex | 77 | 66 | 99 | 16 | 21 | 0 | 28 | 104 | 14 | 32 |
| Octal | 167 | 146 | 231 | 26 | 41 | 0 | 50 | 404 | 24 | 62 |
| Binary | 1110111 | 1100110 | 10011001 | 10110 | 100001 | 0 | 101000 | 100000100 | 10100 | 110010 |
Color Harmonies of #776699
Complementary color
Monochromatic Colors of #776699
Black with #776699
Text Example
Text Example
White with #776699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776699; }
p { color: rgb(119,102,153); }
H1.HeaderClassName
{
color: #776699;
}
.AnyTagClassName
{
color: #776699;
}
</style>
background-color css
<style>
a { background-color: #776699; }
a { background-color: rgb(119,102,153); }
div.DivClassName
{
background-color: #776699;
}
.BgClassName
{
background-color: #776699;
}
</style>
border-color css
<style>
span { border-color: #776699; }
span { border-color: rgb(119,102,153); }
td.TdClassName
{
border-color: #776699;
}
.TagClassName
{
border-color: #776699;
}
</style>