Shades of Scampi #766CB0
Tints of Scampi #766CB0
RGB
CMYK
RGB Variations
Color information
#766CB0 (or 0x766CB0) is known color: Scampi. HEX triplet: 76, 6C and B0. RGB value is (118,108,176). Sum of RGB (Red+Green+Blue) = 118+108+176=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #766CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766CB0 is #89934F. Grayscale: #767676. Windows color (decimal): -9016144 or 11562102. OLE color: 11562102.
HSL color Cylindrical-coordinate representation of color #766CB0: hue angle of 248.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766CB0 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 108 | 176 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.31 |
| HSL | 248.82º | 0.3% | 0.56% | - |
| HSV(B) | 248.82º | 0.39% | 0.69% | - |
| XYZ | 20.67 | 17.71 | 43.4 | - |
| YUV | 118.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 176 | 0.33 | 0.39 | 0 | 0.31 | 248.82 | 0.3 | 0.56 |
| Hex | 76 | 6C | B0 | 21 | 27 | 0 | 1F | F9 | 1E | 38 |
| Octal | 166 | 154 | 260 | 41 | 47 | 0 | 37 | 371 | 36 | 70 |
| Binary | 1110110 | 1101100 | 10110000 | 100001 | 100111 | 0 | 11111 | 11111001 | 11110 | 111000 |
Color Harmonies of #766CB0
Complementary color
Monochromatic Colors of #766CB0
Black with #766CB0
Text Example
Text Example
White with #766CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CB0; }
p { color: rgb(118,108,176); }
H1.HeaderClassName
{
color: #766CB0;
}
.AnyTagClassName
{
color: #766CB0;
}
</style>
background-color css
<style>
a { background-color: #766CB0; }
a { background-color: rgb(118,108,176); }
div.DivClassName
{
background-color: #766CB0;
}
.BgClassName
{
background-color: #766CB0;
}
</style>
border-color css
<style>
span { border-color: #766CB0; }
span { border-color: rgb(118,108,176); }
td.TdClassName
{
border-color: #766CB0;
}
.TagClassName
{
border-color: #766CB0;
}
</style>