Shades of Scampi #7765AA
Tints of Scampi #7765AA
RGB
CMYK
RGB Variations
Color information
#7765AA (or 0x7765AA) is known color: Scampi. HEX triplet: 77, 65 and AA. RGB value is (119,101,170). Sum of RGB (Red+Green+Blue) = 119+101+170=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #7765AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7765AA is #889A55. Grayscale: #717171. Windows color (decimal): -8952406 or 11167095. OLE color: 11167095.
HSL color Cylindrical-coordinate representation of color #7765AA: hue angle of 255.65º 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 #7765AA is Cyan = 0.3, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 101 | 170 | - |
| CMYK | 0.3 | 0.41 | 0 | 0.33 |
| HSL | 255.65º | 0.29% | 0.53% | - |
| HSV(B) | 255.65º | 0.41% | 0.67% | - |
| XYZ | 19.52 | 16.13 | 40.12 | - |
| YUV | 114.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 170 | 0.3 | 0.41 | 0 | 0.33 | 255.65 | 0.29 | 0.53 |
| Hex | 77 | 65 | AA | 1E | 29 | 0 | 21 | 100 | 1D | 35 |
| Octal | 167 | 145 | 252 | 36 | 51 | 0 | 41 | 400 | 35 | 65 |
| Binary | 1110111 | 1100101 | 10101010 | 11110 | 101001 | 0 | 100001 | 100000000 | 11101 | 110101 |
Color Harmonies of #7765AA
Complementary color
Monochromatic Colors of #7765AA
Black with #7765AA
Text Example
Text Example
White with #7765AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7765AA; }
p { color: rgb(119,101,170); }
H1.HeaderClassName
{
color: #7765AA;
}
.AnyTagClassName
{
color: #7765AA;
}
</style>
background-color css
<style>
a { background-color: #7765AA; }
a { background-color: rgb(119,101,170); }
div.DivClassName
{
background-color: #7765AA;
}
.BgClassName
{
background-color: #7765AA;
}
</style>
border-color css
<style>
span { border-color: #7765AA; }
span { border-color: rgb(119,101,170); }
td.TdClassName
{
border-color: #7765AA;
}
.TagClassName
{
border-color: #7765AA;
}
</style>