Shades of Scampi #7765AD
Tints of Scampi #7765AD
RGB
CMYK
RGB Variations
Color information
#7765AD (or 0x7765AD) is known color: Scampi. HEX triplet: 77, 65 and AD. RGB value is (119,101,173). Sum of RGB (Red+Green+Blue) = 119+101+173=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7765AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7765AD is #889A52. Grayscale: #727272. Windows color (decimal): -8952403 or 11363703. OLE color: 11363703.
HSL color Cylindrical-coordinate representation of color #7765AD: hue angle of 255º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7765AD is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 101 | 173 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.32 |
| HSL | 255º | 0.31% | 0.54% | - |
| HSV(B) | 255º | 0.42% | 0.68% | - |
| XYZ | 19.8 | 16.25 | 41.63 | - |
| YUV | 114.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 173 | 0.31 | 0.42 | 0 | 0.32 | 255 | 0.31 | 0.54 |
| Hex | 77 | 65 | AD | 1F | 2A | 0 | 20 | FF | 1F | 36 |
| Octal | 167 | 145 | 255 | 37 | 52 | 0 | 40 | 377 | 37 | 66 |
| Binary | 1110111 | 1100101 | 10101101 | 11111 | 101010 | 0 | 100000 | 11111111 | 11111 | 110110 |
Color Harmonies of #7765AD
Complementary color
Monochromatic Colors of #7765AD
Black with #7765AD
Text Example
Text Example
White with #7765AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7765AD; }
p { color: rgb(119,101,173); }
H1.HeaderClassName
{
color: #7765AD;
}
.AnyTagClassName
{
color: #7765AD;
}
</style>
background-color css
<style>
a { background-color: #7765AD; }
a { background-color: rgb(119,101,173); }
div.DivClassName
{
background-color: #7765AD;
}
.BgClassName
{
background-color: #7765AD;
}
</style>
border-color css
<style>
span { border-color: #7765AD; }
span { border-color: rgb(119,101,173); }
td.TdClassName
{
border-color: #7765AD;
}
.TagClassName
{
border-color: #7765AD;
}
</style>