Shades of Scampi #7768AD
Tints of Scampi #7768AD
RGB
CMYK
RGB Variations
Color information
#7768AD (or 0x7768AD) is known color: Scampi. HEX triplet: 77, 68 and AD. RGB value is (119,104,173). Sum of RGB (Red+Green+Blue) = 119+104+173=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #7768AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7768AD is #889752. Grayscale: #747474. Windows color (decimal): -8951635 or 11364471. OLE color: 11364471.
HSL color Cylindrical-coordinate representation of color #7768AD: hue angle of 253.04º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7768AD is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 104 | 173 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.32 |
| HSL | 253.04º | 0.3% | 0.54% | - |
| HSV(B) | 253.04º | 0.4% | 0.68% | - |
| XYZ | 20.1 | 16.84 | 41.73 | - |
| YUV | 116.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 173 | 0.31 | 0.40 | 0 | 0.32 | 253.04 | 0.3 | 0.54 |
| Hex | 77 | 68 | AD | 1F | 28 | 0 | 20 | FD | 1E | 36 |
| Octal | 167 | 150 | 255 | 37 | 50 | 0 | 40 | 375 | 36 | 66 |
| Binary | 1110111 | 1101000 | 10101101 | 11111 | 101000 | 0 | 100000 | 11111101 | 11110 | 110110 |
Color Harmonies of #7768AD
Complementary color
Monochromatic Colors of #7768AD
Black with #7768AD
Text Example
Text Example
White with #7768AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7768AD; }
p { color: rgb(119,104,173); }
H1.HeaderClassName
{
color: #7768AD;
}
.AnyTagClassName
{
color: #7768AD;
}
</style>
background-color css
<style>
a { background-color: #7768AD; }
a { background-color: rgb(119,104,173); }
div.DivClassName
{
background-color: #7768AD;
}
.BgClassName
{
background-color: #7768AD;
}
</style>
border-color css
<style>
span { border-color: #7768AD; }
span { border-color: rgb(119,104,173); }
td.TdClassName
{
border-color: #7768AD;
}
.TagClassName
{
border-color: #7768AD;
}
</style>