Shades of Scampi #7763AA
Tints of Scampi #7763AA
RGB
CMYK
RGB Variations
Color information
#7763AA (or 0x7763AA) is known color: Scampi. HEX triplet: 77, 63 and AA. RGB value is (119,99,170). Sum of RGB (Red+Green+Blue) = 119+99+170=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #7763AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7763AA is #889C55. Grayscale: #707070. Windows color (decimal): -8952918 or 11166583. OLE color: 11166583.
HSL color Cylindrical-coordinate representation of color #7763AA: hue angle of 256.9º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7763AA is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 99 | 170 | - |
| CMYK | 0.3 | 0.42 | 0 | 0.33 |
| HSL | 256.9º | 0.29% | 0.53% | - |
| HSV(B) | 256.9º | 0.42% | 0.67% | - |
| XYZ | 19.33 | 15.75 | 40.05 | - |
| YUV | 113.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 170 | 0.3 | 0.42 | 0 | 0.33 | 256.9 | 0.29 | 0.53 |
| Hex | 77 | 63 | AA | 1E | 2A | 0 | 21 | 101 | 1D | 35 |
| Octal | 167 | 143 | 252 | 36 | 52 | 0 | 41 | 401 | 35 | 65 |
| Binary | 1110111 | 1100011 | 10101010 | 11110 | 101010 | 0 | 100001 | 100000001 | 11101 | 110101 |
Color Harmonies of #7763AA
Complementary color
Monochromatic Colors of #7763AA
Black with #7763AA
Text Example
Text Example
White with #7763AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7763AA; }
p { color: rgb(119,99,170); }
H1.HeaderClassName
{
color: #7763AA;
}
.AnyTagClassName
{
color: #7763AA;
}
</style>
background-color css
<style>
a { background-color: #7763AA; }
a { background-color: rgb(119,99,170); }
div.DivClassName
{
background-color: #7763AA;
}
.BgClassName
{
background-color: #7763AA;
}
</style>
border-color css
<style>
span { border-color: #7763AA; }
span { border-color: rgb(119,99,170); }
td.TdClassName
{
border-color: #7763AA;
}
.TagClassName
{
border-color: #7763AA;
}
</style>