Shades of Scampi #766FAD
Tints of Scampi #766FAD
RGB
CMYK
RGB Variations
Color information
#766FAD (or 0x766FAD) is known color: Scampi. HEX triplet: 76, 6F and AD. RGB value is (118,111,173). Sum of RGB (Red+Green+Blue) = 118+111+173=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #766FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766FAD is #899052. Grayscale: #777777. Windows color (decimal): -9015379 or 11366262. OLE color: 11366262.
HSL color Cylindrical-coordinate representation of color #766FAD: hue angle of 246.77º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #766FAD is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 111 | 173 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.32 |
| HSL | 246.77º | 0.27% | 0.56% | - |
| HSV(B) | 246.77º | 0.36% | 0.68% | - |
| XYZ | 20.7 | 18.24 | 41.96 | - |
| YUV | 120.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 173 | 0.32 | 0.36 | 0 | 0.32 | 246.77 | 0.27 | 0.56 |
| Hex | 76 | 6F | AD | 20 | 24 | 0 | 20 | F7 | 1B | 38 |
| Octal | 166 | 157 | 255 | 40 | 44 | 0 | 40 | 367 | 33 | 70 |
| Binary | 1110110 | 1101111 | 10101101 | 100000 | 100100 | 0 | 100000 | 11110111 | 11011 | 111000 |
Color Harmonies of #766FAD
Complementary color
Monochromatic Colors of #766FAD
Black with #766FAD
Text Example
Text Example
White with #766FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FAD; }
p { color: rgb(118,111,173); }
H1.HeaderClassName
{
color: #766FAD;
}
.AnyTagClassName
{
color: #766FAD;
}
</style>
background-color css
<style>
a { background-color: #766FAD; }
a { background-color: rgb(118,111,173); }
div.DivClassName
{
background-color: #766FAD;
}
.BgClassName
{
background-color: #766FAD;
}
</style>
border-color css
<style>
span { border-color: #766FAD; }
span { border-color: rgb(118,111,173); }
td.TdClassName
{
border-color: #766FAD;
}
.TagClassName
{
border-color: #766FAD;
}
</style>