Shades of Scampi #776DB0
Tints of Scampi #776DB0
RGB
CMYK
RGB Variations
Color information
#776DB0 (or 0x776DB0) is known color: Scampi. HEX triplet: 77, 6D and B0. RGB value is (119,109,176). Sum of RGB (Red+Green+Blue) = 119+109+176=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #776DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776DB0 is #88924F. Grayscale: #777777. Windows color (decimal): -8950352 or 11562359. OLE color: 11562359.
HSL color Cylindrical-coordinate representation of color #776DB0: hue angle of 248.96º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #776DB0 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 109 | 176 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.31 |
| HSL | 248.96º | 0.3% | 0.56% | - |
| HSV(B) | 248.96º | 0.38% | 0.69% | - |
| XYZ | 20.91 | 17.99 | 43.45 | - |
| YUV | 119.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 176 | 0.32 | 0.38 | 0 | 0.31 | 248.96 | 0.3 | 0.56 |
| Hex | 77 | 6D | B0 | 20 | 26 | 0 | 1F | F9 | 1E | 38 |
| Octal | 167 | 155 | 260 | 40 | 46 | 0 | 37 | 371 | 36 | 70 |
| Binary | 1110111 | 1101101 | 10110000 | 100000 | 100110 | 0 | 11111 | 11111001 | 11110 | 111000 |
Color Harmonies of #776DB0
Complementary color
Monochromatic Colors of #776DB0
Black with #776DB0
Text Example
Text Example
White with #776DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776DB0; }
p { color: rgb(119,109,176); }
H1.HeaderClassName
{
color: #776DB0;
}
.AnyTagClassName
{
color: #776DB0;
}
</style>
background-color css
<style>
a { background-color: #776DB0; }
a { background-color: rgb(119,109,176); }
div.DivClassName
{
background-color: #776DB0;
}
.BgClassName
{
background-color: #776DB0;
}
</style>
border-color css
<style>
span { border-color: #776DB0; }
span { border-color: rgb(119,109,176); }
td.TdClassName
{
border-color: #776DB0;
}
.TagClassName
{
border-color: #776DB0;
}
</style>