Shades of Scampi #766D90
Tints of Scampi #766D90
RGB
CMYK
RGB Variations
Color information
#766D90 (or 0x766D90) is known color: Scampi. HEX triplet: 76, 6D and 90. RGB value is (118,109,144). Sum of RGB (Red+Green+Blue) = 118+109+144=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #766D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D90 is #89926F. Grayscale: #737373. Windows color (decimal): -9015920 or 9465206. OLE color: 9465206.
HSL color Cylindrical-coordinate representation of color #766D90: hue angle of 255.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766D90 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 109 | 144 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.44 |
| HSL | 255.43º | 0.14% | 0.5% | - |
| HSV(B) | 255.43º | 0.24% | 0.56% | - |
| XYZ | 17.97 | 16.8 | 28.68 | - |
| YUV | 115.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 144 | 0.18 | 0.24 | 0 | 0.44 | 255.43 | 0.14 | 0.5 |
| Hex | 76 | 6D | 90 | 12 | 18 | 0 | 2C | FF | E | 32 |
| Octal | 166 | 155 | 220 | 22 | 30 | 0 | 54 | 377 | 16 | 62 |
| Binary | 1110110 | 1101101 | 10010000 | 10010 | 11000 | 0 | 101100 | 11111111 | 1110 | 110010 |
Color Harmonies of #766D90
Complementary color
Monochromatic Colors of #766D90
Black with #766D90
Text Example
Text Example
White with #766D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D90; }
p { color: rgb(118,109,144); }
H1.HeaderClassName
{
color: #766D90;
}
.AnyTagClassName
{
color: #766D90;
}
</style>
background-color css
<style>
a { background-color: #766D90; }
a { background-color: rgb(118,109,144); }
div.DivClassName
{
background-color: #766D90;
}
.BgClassName
{
background-color: #766D90;
}
</style>
border-color css
<style>
span { border-color: #766D90; }
span { border-color: rgb(118,109,144); }
td.TdClassName
{
border-color: #766D90;
}
.TagClassName
{
border-color: #766D90;
}
</style>