Shades of Scampi #7772A4
Tints of Scampi #7772A4
RGB
CMYK
RGB Variations
Color information
#7772A4 (or 0x7772A4) is known color: Scampi. HEX triplet: 77, 72 and A4. RGB value is (119,114,164). Sum of RGB (Red+Green+Blue) = 119+114+164=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #7772A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7772A4 is #888D5B. Grayscale: #787878. Windows color (decimal): -8949084 or 10777207. OLE color: 10777207.
HSL color Cylindrical-coordinate representation of color #7772A4: hue angle of 246º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7772A4 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 114 | 164 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.36 |
| HSL | 246º | 0.22% | 0.55% | - |
| HSV(B) | 246º | 0.3% | 0.64% | - |
| XYZ | 20.33 | 18.64 | 37.65 | - |
| YUV | 121.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 164 | 0.27 | 0.30 | 0 | 0.36 | 246 | 0.22 | 0.55 |
| Hex | 77 | 72 | A4 | 1B | 1E | 0 | 24 | F6 | 16 | 37 |
| Octal | 167 | 162 | 244 | 33 | 36 | 0 | 44 | 366 | 26 | 67 |
| Binary | 1110111 | 1110010 | 10100100 | 11011 | 11110 | 0 | 100100 | 11110110 | 10110 | 110111 |
Color Harmonies of #7772A4
Complementary color
Monochromatic Colors of #7772A4
Black with #7772A4
Text Example
Text Example
White with #7772A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7772A4; }
p { color: rgb(119,114,164); }
H1.HeaderClassName
{
color: #7772A4;
}
.AnyTagClassName
{
color: #7772A4;
}
</style>
background-color css
<style>
a { background-color: #7772A4; }
a { background-color: rgb(119,114,164); }
div.DivClassName
{
background-color: #7772A4;
}
.BgClassName
{
background-color: #7772A4;
}
</style>
border-color css
<style>
span { border-color: #7772A4; }
span { border-color: rgb(119,114,164); }
td.TdClassName
{
border-color: #7772A4;
}
.TagClassName
{
border-color: #7772A4;
}
</style>