Shades of Scampi #7772AE
Tints of Scampi #7772AE
RGB
CMYK
RGB Variations
Color information
#7772AE (or 0x7772AE) is known color: Scampi. HEX triplet: 77, 72 and AE. RGB value is (119,114,174). Sum of RGB (Red+Green+Blue) = 119+114+174=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #7772AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7772AE is #888D51. Grayscale: #7A7A7A. Windows color (decimal): -8949074 or 11432567. OLE color: 11432567.
HSL color Cylindrical-coordinate representation of color #7772AE: hue angle of 245º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7772AE is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 114 | 174 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.32 |
| HSL | 245º | 0.27% | 0.56% | - |
| HSV(B) | 245º | 0.34% | 0.68% | - |
| XYZ | 21.27 | 19.01 | 42.59 | - |
| YUV | 122.34 | 157.16 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 174 | 0.32 | 0.34 | 0 | 0.32 | 245 | 0.27 | 0.56 |
| Hex | 77 | 72 | AE | 20 | 22 | 0 | 20 | F5 | 1B | 38 |
| Octal | 167 | 162 | 256 | 40 | 42 | 0 | 40 | 365 | 33 | 70 |
| Binary | 1110111 | 1110010 | 10101110 | 100000 | 100010 | 0 | 100000 | 11110101 | 11011 | 111000 |
Color Harmonies of #7772AE
Complementary color
Monochromatic Colors of #7772AE
Black with #7772AE
Text Example
Text Example
White with #7772AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7772AE; }
p { color: rgb(119,114,174); }
H1.HeaderClassName
{
color: #7772AE;
}
.AnyTagClassName
{
color: #7772AE;
}
</style>
background-color css
<style>
a { background-color: #7772AE; }
a { background-color: rgb(119,114,174); }
div.DivClassName
{
background-color: #7772AE;
}
.BgClassName
{
background-color: #7772AE;
}
</style>
border-color css
<style>
span { border-color: #7772AE; }
span { border-color: rgb(119,114,174); }
td.TdClassName
{
border-color: #7772AE;
}
.TagClassName
{
border-color: #7772AE;
}
</style>