Shades of Scampi #766CAF
Tints of Scampi #766CAF
RGB
CMYK
RGB Variations
Color information
#766CAF (or 0x766CAF) is known color: Scampi. HEX triplet: 76, 6C and AF. RGB value is (118,108,175). Sum of RGB (Red+Green+Blue) = 118+108+175=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #766CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766CAF is #899350. Grayscale: #767676. Windows color (decimal): -9016145 or 11496566. OLE color: 11496566.
HSL color Cylindrical-coordinate representation of color #766CAF: hue angle of 248.96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #766CAF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 108 | 175 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.31 |
| HSL | 248.96º | 0.3% | 0.55% | - |
| HSV(B) | 248.96º | 0.38% | 0.69% | - |
| XYZ | 20.57 | 17.67 | 42.88 | - |
| YUV | 118.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 175 | 0.33 | 0.38 | 0 | 0.31 | 248.96 | 0.3 | 0.55 |
| Hex | 76 | 6C | AF | 21 | 26 | 0 | 1F | F9 | 1E | 37 |
| Octal | 166 | 154 | 257 | 41 | 46 | 0 | 37 | 371 | 36 | 67 |
| Binary | 1110110 | 1101100 | 10101111 | 100001 | 100110 | 0 | 11111 | 11111001 | 11110 | 110111 |
Color Harmonies of #766CAF
Complementary color
Monochromatic Colors of #766CAF
Black with #766CAF
Text Example
Text Example
White with #766CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CAF; }
p { color: rgb(118,108,175); }
H1.HeaderClassName
{
color: #766CAF;
}
.AnyTagClassName
{
color: #766CAF;
}
</style>
background-color css
<style>
a { background-color: #766CAF; }
a { background-color: rgb(118,108,175); }
div.DivClassName
{
background-color: #766CAF;
}
.BgClassName
{
background-color: #766CAF;
}
</style>
border-color css
<style>
span { border-color: #766CAF; }
span { border-color: rgb(118,108,175); }
td.TdClassName
{
border-color: #766CAF;
}
.TagClassName
{
border-color: #766CAF;
}
</style>