Shades of Scampi #7768B0
Tints of Scampi #7768B0
RGB
CMYK
RGB Variations
Color information
#7768B0 (or 0x7768B0) is known color: Scampi. HEX triplet: 77, 68 and B0. RGB value is (119,104,176). Sum of RGB (Red+Green+Blue) = 119+104+176=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #7768B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7768B0 is #88974F. Grayscale: #747474. Windows color (decimal): -8951632 or 11561079. OLE color: 11561079.
HSL color Cylindrical-coordinate representation of color #7768B0: hue angle of 252.5º 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 #7768B0 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 104 | 176 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.31 |
| HSL | 252.5º | 0.31% | 0.55% | - |
| HSV(B) | 252.5º | 0.41% | 0.69% | - |
| XYZ | 20.39 | 16.96 | 43.27 | - |
| YUV | 116.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 176 | 0.32 | 0.41 | 0 | 0.31 | 252.5 | 0.31 | 0.55 |
| Hex | 77 | 68 | B0 | 20 | 29 | 0 | 1F | FD | 1F | 37 |
| Octal | 167 | 150 | 260 | 40 | 51 | 0 | 37 | 375 | 37 | 67 |
| Binary | 1110111 | 1101000 | 10110000 | 100000 | 101001 | 0 | 11111 | 11111101 | 11111 | 110111 |
Color Harmonies of #7768B0
Complementary color
Monochromatic Colors of #7768B0
Black with #7768B0
Text Example
Text Example
White with #7768B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7768B0; }
p { color: rgb(119,104,176); }
H1.HeaderClassName
{
color: #7768B0;
}
.AnyTagClassName
{
color: #7768B0;
}
</style>
background-color css
<style>
a { background-color: #7768B0; }
a { background-color: rgb(119,104,176); }
div.DivClassName
{
background-color: #7768B0;
}
.BgClassName
{
background-color: #7768B0;
}
</style>
border-color css
<style>
span { border-color: #7768B0; }
span { border-color: rgb(119,104,176); }
td.TdClassName
{
border-color: #7768B0;
}
.TagClassName
{
border-color: #7768B0;
}
</style>