Shades of Scampi #766AAF
Tints of Scampi #766AAF
RGB
CMYK
RGB Variations
Color information
#766AAF (or 0x766AAF) is known color: Scampi. HEX triplet: 76, 6A and AF. RGB value is (118,106,175). Sum of RGB (Red+Green+Blue) = 118+106+175=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #766AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766AAF is #899550. Grayscale: #757575. Windows color (decimal): -9016657 or 11496054. OLE color: 11496054.
HSL color Cylindrical-coordinate representation of color #766AAF: hue angle of 250.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766AAF is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 106 | 175 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.31 |
| HSL | 250.43º | 0.3% | 0.55% | - |
| HSV(B) | 250.43º | 0.39% | 0.69% | - |
| XYZ | 20.36 | 17.25 | 42.81 | - |
| YUV | 117.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 175 | 0.33 | 0.39 | 0 | 0.31 | 250.43 | 0.3 | 0.55 |
| Hex | 76 | 6A | AF | 21 | 27 | 0 | 1F | FA | 1E | 37 |
| Octal | 166 | 152 | 257 | 41 | 47 | 0 | 37 | 372 | 36 | 67 |
| Binary | 1110110 | 1101010 | 10101111 | 100001 | 100111 | 0 | 11111 | 11111010 | 11110 | 110111 |
Color Harmonies of #766AAF
Complementary color
Monochromatic Colors of #766AAF
Black with #766AAF
Text Example
Text Example
White with #766AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AAF; }
p { color: rgb(118,106,175); }
H1.HeaderClassName
{
color: #766AAF;
}
.AnyTagClassName
{
color: #766AAF;
}
</style>
background-color css
<style>
a { background-color: #766AAF; }
a { background-color: rgb(118,106,175); }
div.DivClassName
{
background-color: #766AAF;
}
.BgClassName
{
background-color: #766AAF;
}
</style>
border-color css
<style>
span { border-color: #766AAF; }
span { border-color: rgb(118,106,175); }
td.TdClassName
{
border-color: #766AAF;
}
.TagClassName
{
border-color: #766AAF;
}
</style>