Shades of Scampi #776DAA
Tints of Scampi #776DAA
RGB
CMYK
RGB Variations
Color information
#776DAA (or 0x776DAA) is known color: Scampi. HEX triplet: 77, 6D and AA. RGB value is (119,109,170). Sum of RGB (Red+Green+Blue) = 119+109+170=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #776DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776DAA is #889255. Grayscale: #767676. Windows color (decimal): -8950358 or 11169143. OLE color: 11169143.
HSL color Cylindrical-coordinate representation of color #776DAA: hue angle of 249.84º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #776DAA is Cyan = 0.3, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 109 | 170 | - |
| CMYK | 0.3 | 0.36 | 0 | 0.33 |
| HSL | 249.84º | 0.26% | 0.55% | - |
| HSV(B) | 249.84º | 0.36% | 0.67% | - |
| XYZ | 20.33 | 17.76 | 40.39 | - |
| YUV | 118.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 170 | 0.3 | 0.36 | 0 | 0.33 | 249.84 | 0.26 | 0.55 |
| Hex | 77 | 6D | AA | 1E | 24 | 0 | 21 | FA | 1A | 37 |
| Octal | 167 | 155 | 252 | 36 | 44 | 0 | 41 | 372 | 32 | 67 |
| Binary | 1110111 | 1101101 | 10101010 | 11110 | 100100 | 0 | 100001 | 11111010 | 11010 | 110111 |
Color Harmonies of #776DAA
Complementary color
Monochromatic Colors of #776DAA
Black with #776DAA
Text Example
Text Example
White with #776DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776DAA; }
p { color: rgb(119,109,170); }
H1.HeaderClassName
{
color: #776DAA;
}
.AnyTagClassName
{
color: #776DAA;
}
</style>
background-color css
<style>
a { background-color: #776DAA; }
a { background-color: rgb(119,109,170); }
div.DivClassName
{
background-color: #776DAA;
}
.BgClassName
{
background-color: #776DAA;
}
</style>
border-color css
<style>
span { border-color: #776DAA; }
span { border-color: rgb(119,109,170); }
td.TdClassName
{
border-color: #776DAA;
}
.TagClassName
{
border-color: #776DAA;
}
</style>