Shades of Scampi #7772AB
Tints of Scampi #7772AB
RGB
CMYK
RGB Variations
Color information
#7772AB (or 0x7772AB) is known color: Scampi. HEX triplet: 77, 72 and AB. RGB value is (119,114,171). Sum of RGB (Red+Green+Blue) = 119+114+171=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #7772AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7772AB is #888D54. Grayscale: #797979. Windows color (decimal): -8949077 or 11235959. OLE color: 11235959.
HSL color Cylindrical-coordinate representation of color #7772AB: hue angle of 245.26º 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 #7772AB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 114 | 171 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.33 |
| HSL | 245.26º | 0.25% | 0.56% | - |
| HSV(B) | 245.26º | 0.33% | 0.67% | - |
| XYZ | 20.98 | 18.9 | 41.07 | - |
| YUV | 121.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 171 | 0.30 | 0.33 | 0 | 0.33 | 245.26 | 0.25 | 0.56 |
| Hex | 77 | 72 | AB | 1E | 21 | 0 | 21 | F5 | 19 | 38 |
| Octal | 167 | 162 | 253 | 36 | 41 | 0 | 41 | 365 | 31 | 70 |
| Binary | 1110111 | 1110010 | 10101011 | 11110 | 100001 | 0 | 100001 | 11110101 | 11001 | 111000 |
Color Harmonies of #7772AB
Complementary color
Monochromatic Colors of #7772AB
Black with #7772AB
Text Example
Text Example
White with #7772AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7772AB; }
p { color: rgb(119,114,171); }
H1.HeaderClassName
{
color: #7772AB;
}
.AnyTagClassName
{
color: #7772AB;
}
</style>
background-color css
<style>
a { background-color: #7772AB; }
a { background-color: rgb(119,114,171); }
div.DivClassName
{
background-color: #7772AB;
}
.BgClassName
{
background-color: #7772AB;
}
</style>
border-color css
<style>
span { border-color: #7772AB; }
span { border-color: rgb(119,114,171); }
td.TdClassName
{
border-color: #7772AB;
}
.TagClassName
{
border-color: #7772AB;
}
</style>