Shades of Scampi #766CA0
Tints of Scampi #766CA0
RGB
CMYK
RGB Variations
Color information
#766CA0 (or 0x766CA0) is known color: Scampi. HEX triplet: 76, 6C and A0. RGB value is (118,108,160). Sum of RGB (Red+Green+Blue) = 118+108+160=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #766CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766CA0 is #89935F. Grayscale: #747474. Windows color (decimal): -9016160 or 10513526. OLE color: 10513526.
HSL color Cylindrical-coordinate representation of color #766CA0: hue angle of 251.54º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766CA0 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 108 | 160 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.37 |
| HSL | 251.54º | 0.21% | 0.53% | - |
| HSV(B) | 251.54º | 0.33% | 0.63% | - |
| XYZ | 19.18 | 17.11 | 35.55 | - |
| YUV | 116.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 160 | 0.26 | 0.32 | 0 | 0.37 | 251.54 | 0.21 | 0.53 |
| Hex | 76 | 6C | A0 | 1A | 20 | 0 | 25 | FC | 15 | 35 |
| Octal | 166 | 154 | 240 | 32 | 40 | 0 | 45 | 374 | 25 | 65 |
| Binary | 1110110 | 1101100 | 10100000 | 11010 | 100000 | 0 | 100101 | 11111100 | 10101 | 110101 |
Color Harmonies of #766CA0
Complementary color
Monochromatic Colors of #766CA0
Black with #766CA0
Text Example
Text Example
White with #766CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CA0; }
p { color: rgb(118,108,160); }
H1.HeaderClassName
{
color: #766CA0;
}
.AnyTagClassName
{
color: #766CA0;
}
</style>
background-color css
<style>
a { background-color: #766CA0; }
a { background-color: rgb(118,108,160); }
div.DivClassName
{
background-color: #766CA0;
}
.BgClassName
{
background-color: #766CA0;
}
</style>
border-color css
<style>
span { border-color: #766CA0; }
span { border-color: rgb(118,108,160); }
td.TdClassName
{
border-color: #766CA0;
}
.TagClassName
{
border-color: #766CA0;
}
</style>