Shades of Scampi #7772AA
Tints of Scampi #7772AA
RGB
CMYK
RGB Variations
Color information
#7772AA (or 0x7772AA) is known color: Scampi. HEX triplet: 77, 72 and AA. RGB value is (119,114,170). Sum of RGB (Red+Green+Blue) = 119+114+170=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #7772AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7772AA is #888D55. Grayscale: #797979. Windows color (decimal): -8949078 or 11170423. OLE color: 11170423.
HSL color Cylindrical-coordinate representation of color #7772AA: hue angle of 245.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7772AA is Cyan = 0.3, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 114 | 170 | - |
| CMYK | 0.3 | 0.33 | 0 | 0.33 |
| HSL | 245.36º | 0.25% | 0.56% | - |
| HSV(B) | 245.36º | 0.33% | 0.67% | - |
| XYZ | 20.88 | 18.86 | 40.57 | - |
| YUV | 121.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 170 | 0.3 | 0.33 | 0 | 0.33 | 245.36 | 0.25 | 0.56 |
| Hex | 77 | 72 | AA | 1E | 21 | 0 | 21 | F5 | 19 | 38 |
| Octal | 167 | 162 | 252 | 36 | 41 | 0 | 41 | 365 | 31 | 70 |
| Binary | 1110111 | 1110010 | 10101010 | 11110 | 100001 | 0 | 100001 | 11110101 | 11001 | 111000 |
Color Harmonies of #7772AA
Complementary color
Monochromatic Colors of #7772AA
Black with #7772AA
Text Example
Text Example
White with #7772AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7772AA; }
p { color: rgb(119,114,170); }
H1.HeaderClassName
{
color: #7772AA;
}
.AnyTagClassName
{
color: #7772AA;
}
</style>
background-color css
<style>
a { background-color: #7772AA; }
a { background-color: rgb(119,114,170); }
div.DivClassName
{
background-color: #7772AA;
}
.BgClassName
{
background-color: #7772AA;
}
</style>
border-color css
<style>
span { border-color: #7772AA; }
span { border-color: rgb(119,114,170); }
td.TdClassName
{
border-color: #7772AA;
}
.TagClassName
{
border-color: #7772AA;
}
</style>