Shades of Scampi #776CAE
Tints of Scampi #776CAE
RGB
CMYK
RGB Variations
Color information
#776CAE (or 0x776CAE) is known color: Scampi. HEX triplet: 77, 6C and AE. RGB value is (119,108,174). Sum of RGB (Red+Green+Blue) = 119+108+174=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #776CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776CAE is #889351. Grayscale: #767676. Windows color (decimal): -8950610 or 11431031. OLE color: 11431031.
HSL color Cylindrical-coordinate representation of color #776CAE: hue angle of 250º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #776CAE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 108 | 174 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.32 |
| HSL | 250º | 0.29% | 0.55% | - |
| HSV(B) | 250º | 0.38% | 0.68% | - |
| XYZ | 20.61 | 17.7 | 42.38 | - |
| YUV | 118.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 174 | 0.32 | 0.38 | 0 | 0.32 | 250 | 0.29 | 0.55 |
| Hex | 77 | 6C | AE | 20 | 26 | 0 | 20 | FA | 1D | 37 |
| Octal | 167 | 154 | 256 | 40 | 46 | 0 | 40 | 372 | 35 | 67 |
| Binary | 1110111 | 1101100 | 10101110 | 100000 | 100110 | 0 | 100000 | 11111010 | 11101 | 110111 |
Color Harmonies of #776CAE
Complementary color
Monochromatic Colors of #776CAE
Black with #776CAE
Text Example
Text Example
White with #776CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776CAE; }
p { color: rgb(119,108,174); }
H1.HeaderClassName
{
color: #776CAE;
}
.AnyTagClassName
{
color: #776CAE;
}
</style>
background-color css
<style>
a { background-color: #776CAE; }
a { background-color: rgb(119,108,174); }
div.DivClassName
{
background-color: #776CAE;
}
.BgClassName
{
background-color: #776CAE;
}
</style>
border-color css
<style>
span { border-color: #776CAE; }
span { border-color: rgb(119,108,174); }
td.TdClassName
{
border-color: #776CAE;
}
.TagClassName
{
border-color: #776CAE;
}
</style>