Shades of Scampi #7769A9
Tints of Scampi #7769A9
RGB
CMYK
RGB Variations
Color information
#7769A9 (or 0x7769A9) is known color: Scampi. HEX triplet: 77, 69 and A9. RGB value is (119,105,169). Sum of RGB (Red+Green+Blue) = 119+105+169=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 169 - color contains mainly: blue. Hex color #7769A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7769A9 is #889656. Grayscale: #747474. Windows color (decimal): -8951383 or 11102583. OLE color: 11102583.
HSL color Cylindrical-coordinate representation of color #7769A9: hue angle of 253.12º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7769A9 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 105 | 169 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.34 |
| HSL | 253.13º | 0.27% | 0.54% | - |
| HSV(B) | 253.13º | 0.38% | 0.66% | - |
| XYZ | 19.82 | 16.89 | 39.75 | - |
| YUV | 116.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 169 | 0.30 | 0.38 | 0 | 0.34 | 253.13 | 0.27 | 0.54 |
| Hex | 77 | 69 | A9 | 1E | 26 | 0 | 22 | FD | 1B | 36 |
| Octal | 167 | 151 | 251 | 36 | 46 | 0 | 42 | 375 | 33 | 66 |
| Binary | 1110111 | 1101001 | 10101001 | 11110 | 100110 | 0 | 100010 | 11111101 | 11011 | 110110 |
Color Harmonies of #7769A9
Complementary color
Monochromatic Colors of #7769A9
Black with #7769A9
Text Example
Text Example
White with #7769A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7769A9; }
p { color: rgb(119,105,169); }
H1.HeaderClassName
{
color: #7769A9;
}
.AnyTagClassName
{
color: #7769A9;
}
</style>
background-color css
<style>
a { background-color: #7769A9; }
a { background-color: rgb(119,105,169); }
div.DivClassName
{
background-color: #7769A9;
}
.BgClassName
{
background-color: #7769A9;
}
</style>
border-color css
<style>
span { border-color: #7769A9; }
span { border-color: rgb(119,105,169); }
td.TdClassName
{
border-color: #7769A9;
}
.TagClassName
{
border-color: #7769A9;
}
</style>