Shades of Scampi #766BA7
Tints of Scampi #766BA7
RGB
CMYK
RGB Variations
Color information
#766BA7 (or 0x766BA7) is known color: Scampi. HEX triplet: 76, 6B and A7. RGB value is (118,107,167). Sum of RGB (Red+Green+Blue) = 118+107+167=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 167 - color contains mainly: blue. Hex color #766BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766BA7 is #899458. Grayscale: #747474. Windows color (decimal): -9016409 or 10972022. OLE color: 10972022.
HSL color Cylindrical-coordinate representation of color #766BA7: hue angle of 251º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #766BA7 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 107 | 167 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.35 |
| HSL | 251º | 0.25% | 0.54% | - |
| HSV(B) | 251º | 0.36% | 0.65% | - |
| XYZ | 19.7 | 17.16 | 38.83 | - |
| YUV | 117.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 167 | 0.29 | 0.36 | 0 | 0.35 | 251 | 0.25 | 0.54 |
| Hex | 76 | 6B | A7 | 1D | 24 | 0 | 23 | FB | 19 | 36 |
| Octal | 166 | 153 | 247 | 35 | 44 | 0 | 43 | 373 | 31 | 66 |
| Binary | 1110110 | 1101011 | 10100111 | 11101 | 100100 | 0 | 100011 | 11111011 | 11001 | 110110 |
Color Harmonies of #766BA7
Complementary color
Monochromatic Colors of #766BA7
Black with #766BA7
Text Example
Text Example
White with #766BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BA7; }
p { color: rgb(118,107,167); }
H1.HeaderClassName
{
color: #766BA7;
}
.AnyTagClassName
{
color: #766BA7;
}
</style>
background-color css
<style>
a { background-color: #766BA7; }
a { background-color: rgb(118,107,167); }
div.DivClassName
{
background-color: #766BA7;
}
.BgClassName
{
background-color: #766BA7;
}
</style>
border-color css
<style>
span { border-color: #766BA7; }
span { border-color: rgb(118,107,167); }
td.TdClassName
{
border-color: #766BA7;
}
.TagClassName
{
border-color: #766BA7;
}
</style>