Shades of Scampi #776799
Tints of Scampi #776799
RGB
CMYK
RGB Variations
Color information
#776799 (or 0x776799) is known color: Scampi. HEX triplet: 77, 67 and 99. RGB value is (119,103,153). Sum of RGB (Red+Green+Blue) = 119+103+153=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #776799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776799 is #889866. Grayscale: #717171. Windows color (decimal): -8951911 or 10053495. OLE color: 10053495.
HSL color Cylindrical-coordinate representation of color #776799: hue angle of 259.2º 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 #776799 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 103 | 153 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.4 |
| HSL | 259.2º | 0.2% | 0.5% | - |
| HSV(B) | 259.2º | 0.33% | 0.6% | - |
| XYZ | 18.21 | 15.92 | 32.25 | - |
| YUV | 113.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 153 | 0.22 | 0.33 | 0 | 0.4 | 259.2 | 0.2 | 0.5 |
| Hex | 77 | 67 | 99 | 16 | 21 | 0 | 28 | 103 | 14 | 32 |
| Octal | 167 | 147 | 231 | 26 | 41 | 0 | 50 | 403 | 24 | 62 |
| Binary | 1110111 | 1100111 | 10011001 | 10110 | 100001 | 0 | 101000 | 100000011 | 10100 | 110010 |
Color Harmonies of #776799
Complementary color
Monochromatic Colors of #776799
Black with #776799
Text Example
Text Example
White with #776799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776799; }
p { color: rgb(119,103,153); }
H1.HeaderClassName
{
color: #776799;
}
.AnyTagClassName
{
color: #776799;
}
</style>
background-color css
<style>
a { background-color: #776799; }
a { background-color: rgb(119,103,153); }
div.DivClassName
{
background-color: #776799;
}
.BgClassName
{
background-color: #776799;
}
</style>
border-color css
<style>
span { border-color: #776799; }
span { border-color: rgb(119,103,153); }
td.TdClassName
{
border-color: #776799;
}
.TagClassName
{
border-color: #776799;
}
</style>