Shades of Scampi #766CB1
Tints of Scampi #766CB1
RGB
CMYK
RGB Variations
Color information
#766CB1 (or 0x766CB1) is known color: Scampi. HEX triplet: 76, 6C and B1. RGB value is (118,108,177). Sum of RGB (Red+Green+Blue) = 118+108+177=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #766CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766CB1 is #89934E. Grayscale: #767676. Windows color (decimal): -9016143 or 11627638. OLE color: 11627638.
HSL color Cylindrical-coordinate representation of color #766CB1: hue angle of 248.7º degrees, saturation: 0.31, 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 #766CB1 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 108 | 177 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.31 |
| HSL | 248.7º | 0.31% | 0.56% | - |
| HSV(B) | 248.7º | 0.39% | 0.69% | - |
| XYZ | 20.77 | 17.75 | 43.93 | - |
| YUV | 118.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 177 | 0.33 | 0.39 | 0 | 0.31 | 248.7 | 0.31 | 0.56 |
| Hex | 76 | 6C | B1 | 21 | 27 | 0 | 1F | F9 | 1F | 38 |
| Octal | 166 | 154 | 261 | 41 | 47 | 0 | 37 | 371 | 37 | 70 |
| Binary | 1110110 | 1101100 | 10110001 | 100001 | 100111 | 0 | 11111 | 11111001 | 11111 | 111000 |
Color Harmonies of #766CB1
Complementary color
Monochromatic Colors of #766CB1
Black with #766CB1
Text Example
Text Example
White with #766CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CB1; }
p { color: rgb(118,108,177); }
H1.HeaderClassName
{
color: #766CB1;
}
.AnyTagClassName
{
color: #766CB1;
}
</style>
background-color css
<style>
a { background-color: #766CB1; }
a { background-color: rgb(118,108,177); }
div.DivClassName
{
background-color: #766CB1;
}
.BgClassName
{
background-color: #766CB1;
}
</style>
border-color css
<style>
span { border-color: #766CB1; }
span { border-color: rgb(118,108,177); }
td.TdClassName
{
border-color: #766CB1;
}
.TagClassName
{
border-color: #766CB1;
}
</style>