Shades of Scampi #7765AB
Tints of Scampi #7765AB
RGB
CMYK
RGB Variations
Color information
#7765AB (or 0x7765AB) is known color: Scampi. HEX triplet: 77, 65 and AB. RGB value is (119,101,171). Sum of RGB (Red+Green+Blue) = 119+101+171=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #7765AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7765AB is #889A54. Grayscale: #727272. Windows color (decimal): -8952405 or 11232631. OLE color: 11232631.
HSL color Cylindrical-coordinate representation of color #7765AB: hue angle of 255.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7765AB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 101 | 171 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.33 |
| HSL | 255.43º | 0.29% | 0.53% | - |
| HSV(B) | 255.43º | 0.41% | 0.67% | - |
| XYZ | 19.61 | 16.17 | 40.62 | - |
| YUV | 114.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 171 | 0.30 | 0.41 | 0 | 0.33 | 255.43 | 0.29 | 0.53 |
| Hex | 77 | 65 | AB | 1E | 29 | 0 | 21 | FF | 1D | 35 |
| Octal | 167 | 145 | 253 | 36 | 51 | 0 | 41 | 377 | 35 | 65 |
| Binary | 1110111 | 1100101 | 10101011 | 11110 | 101001 | 0 | 100001 | 11111111 | 11101 | 110101 |
Color Harmonies of #7765AB
Complementary color
Monochromatic Colors of #7765AB
Black with #7765AB
Text Example
Text Example
White with #7765AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7765AB; }
p { color: rgb(119,101,171); }
H1.HeaderClassName
{
color: #7765AB;
}
.AnyTagClassName
{
color: #7765AB;
}
</style>
background-color css
<style>
a { background-color: #7765AB; }
a { background-color: rgb(119,101,171); }
div.DivClassName
{
background-color: #7765AB;
}
.BgClassName
{
background-color: #7765AB;
}
</style>
border-color css
<style>
span { border-color: #7765AB; }
span { border-color: rgb(119,101,171); }
td.TdClassName
{
border-color: #7765AB;
}
.TagClassName
{
border-color: #7765AB;
}
</style>