Shades of Scampi #7768AF
Tints of Scampi #7768AF
RGB
CMYK
RGB Variations
Color information
#7768AF (or 0x7768AF) is known color: Scampi. HEX triplet: 77, 68 and AF. RGB value is (119,104,175). Sum of RGB (Red+Green+Blue) = 119+104+175=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #7768AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7768AF is #889750. Grayscale: #747474. Windows color (decimal): -8951633 or 11495543. OLE color: 11495543.
HSL color Cylindrical-coordinate representation of color #7768AF: hue angle of 252.68º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7768AF is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 104 | 175 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.31 |
| HSL | 252.68º | 0.31% | 0.55% | - |
| HSV(B) | 252.68º | 0.41% | 0.69% | - |
| XYZ | 20.3 | 16.92 | 42.75 | - |
| YUV | 116.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 175 | 0.32 | 0.41 | 0 | 0.31 | 252.68 | 0.31 | 0.55 |
| Hex | 77 | 68 | AF | 20 | 29 | 0 | 1F | FD | 1F | 37 |
| Octal | 167 | 150 | 257 | 40 | 51 | 0 | 37 | 375 | 37 | 67 |
| Binary | 1110111 | 1101000 | 10101111 | 100000 | 101001 | 0 | 11111 | 11111101 | 11111 | 110111 |
Color Harmonies of #7768AF
Complementary color
Monochromatic Colors of #7768AF
Black with #7768AF
Text Example
Text Example
White with #7768AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7768AF; }
p { color: rgb(119,104,175); }
H1.HeaderClassName
{
color: #7768AF;
}
.AnyTagClassName
{
color: #7768AF;
}
</style>
background-color css
<style>
a { background-color: #7768AF; }
a { background-color: rgb(119,104,175); }
div.DivClassName
{
background-color: #7768AF;
}
.BgClassName
{
background-color: #7768AF;
}
</style>
border-color css
<style>
span { border-color: #7768AF; }
span { border-color: rgb(119,104,175); }
td.TdClassName
{
border-color: #7768AF;
}
.TagClassName
{
border-color: #7768AF;
}
</style>