Shades of Scampi #766AA4
Tints of Scampi #766AA4
RGB
CMYK
RGB Variations
Color information
#766AA4 (or 0x766AA4) is known color: Scampi. HEX triplet: 76, 6A and A4. RGB value is (118,106,164). Sum of RGB (Red+Green+Blue) = 118+106+164=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #766AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766AA4 is #89955B. Grayscale: #737373. Windows color (decimal): -9016668 or 10775158. OLE color: 10775158.
HSL color Cylindrical-coordinate representation of color #766AA4: hue angle of 252.41º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #766AA4 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 106 | 164 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.36 |
| HSL | 252.41º | 0.24% | 0.53% | - |
| HSV(B) | 252.41º | 0.35% | 0.64% | - |
| XYZ | 19.33 | 16.84 | 37.35 | - |
| YUV | 116.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 164 | 0.28 | 0.35 | 0 | 0.36 | 252.41 | 0.24 | 0.53 |
| Hex | 76 | 6A | A4 | 1C | 23 | 0 | 24 | FC | 18 | 35 |
| Octal | 166 | 152 | 244 | 34 | 43 | 0 | 44 | 374 | 30 | 65 |
| Binary | 1110110 | 1101010 | 10100100 | 11100 | 100011 | 0 | 100100 | 11111100 | 11000 | 110101 |
Color Harmonies of #766AA4
Complementary color
Monochromatic Colors of #766AA4
Black with #766AA4
Text Example
Text Example
White with #766AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AA4; }
p { color: rgb(118,106,164); }
H1.HeaderClassName
{
color: #766AA4;
}
.AnyTagClassName
{
color: #766AA4;
}
</style>
background-color css
<style>
a { background-color: #766AA4; }
a { background-color: rgb(118,106,164); }
div.DivClassName
{
background-color: #766AA4;
}
.BgClassName
{
background-color: #766AA4;
}
</style>
border-color css
<style>
span { border-color: #766AA4; }
span { border-color: rgb(118,106,164); }
td.TdClassName
{
border-color: #766AA4;
}
.TagClassName
{
border-color: #766AA4;
}
</style>