Shades of Scampi #766EA4
Tints of Scampi #766EA4
RGB
CMYK
RGB Variations
Color information
#766EA4 (or 0x766EA4) is known color: Scampi. HEX triplet: 76, 6E and A4. RGB value is (118,110,164). Sum of RGB (Red+Green+Blue) = 118+110+164=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #766EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766EA4 is #89915B. Grayscale: #767676. Windows color (decimal): -9015644 or 10776182. OLE color: 10776182.
HSL color Cylindrical-coordinate representation of color #766EA4: hue angle of 248.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #766EA4 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 110 | 164 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.36 |
| HSL | 248.89º | 0.23% | 0.54% | - |
| HSV(B) | 248.89º | 0.33% | 0.64% | - |
| XYZ | 19.75 | 17.68 | 37.49 | - |
| YUV | 118.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 164 | 0.28 | 0.33 | 0 | 0.36 | 248.89 | 0.23 | 0.54 |
| Hex | 76 | 6E | A4 | 1C | 21 | 0 | 24 | F9 | 17 | 36 |
| Octal | 166 | 156 | 244 | 34 | 41 | 0 | 44 | 371 | 27 | 66 |
| Binary | 1110110 | 1101110 | 10100100 | 11100 | 100001 | 0 | 100100 | 11111001 | 10111 | 110110 |
Color Harmonies of #766EA4
Complementary color
Monochromatic Colors of #766EA4
Black with #766EA4
Text Example
Text Example
White with #766EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EA4; }
p { color: rgb(118,110,164); }
H1.HeaderClassName
{
color: #766EA4;
}
.AnyTagClassName
{
color: #766EA4;
}
</style>
background-color css
<style>
a { background-color: #766EA4; }
a { background-color: rgb(118,110,164); }
div.DivClassName
{
background-color: #766EA4;
}
.BgClassName
{
background-color: #766EA4;
}
</style>
border-color css
<style>
span { border-color: #766EA4; }
span { border-color: rgb(118,110,164); }
td.TdClassName
{
border-color: #766EA4;
}
.TagClassName
{
border-color: #766EA4;
}
</style>