Shades of Scampi #7761AB
Tints of Scampi #7761AB
RGB
CMYK
RGB Variations
Color information
#7761AB (or 0x7761AB) is known color: Scampi. HEX triplet: 77, 61 and AB. RGB value is (119,97,171). Sum of RGB (Red+Green+Blue) = 119+97+171=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7761AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7761AB is #889E54. Grayscale: #6F6F6F. Windows color (decimal): -8953429 or 11231607. OLE color: 11231607.
HSL color Cylindrical-coordinate representation of color #7761AB: hue angle of 257.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7761AB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 97 | 171 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.33 |
| HSL | 257.84º | 0.31% | 0.53% | - |
| HSV(B) | 257.84º | 0.43% | 0.67% | - |
| XYZ | 19.23 | 15.41 | 40.49 | - |
| YUV | 112.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 171 | 0.30 | 0.43 | 0 | 0.33 | 257.84 | 0.31 | 0.53 |
| Hex | 77 | 61 | AB | 1E | 2B | 0 | 21 | 102 | 1F | 35 |
| Octal | 167 | 141 | 253 | 36 | 53 | 0 | 41 | 402 | 37 | 65 |
| Binary | 1110111 | 1100001 | 10101011 | 11110 | 101011 | 0 | 100001 | 100000010 | 11111 | 110101 |
Color Harmonies of #7761AB
Complementary color
Monochromatic Colors of #7761AB
Black with #7761AB
Text Example
Text Example
White with #7761AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7761AB; }
p { color: rgb(119,97,171); }
H1.HeaderClassName
{
color: #7761AB;
}
.AnyTagClassName
{
color: #7761AB;
}
</style>
background-color css
<style>
a { background-color: #7761AB; }
a { background-color: rgb(119,97,171); }
div.DivClassName
{
background-color: #7761AB;
}
.BgClassName
{
background-color: #7761AB;
}
</style>
border-color css
<style>
span { border-color: #7761AB; }
span { border-color: rgb(119,97,171); }
td.TdClassName
{
border-color: #7761AB;
}
.TagClassName
{
border-color: #7761AB;
}
</style>