Shades of Scampi #776BAC
Tints of Scampi #776BAC
RGB
CMYK
RGB Variations
Color information
#776BAC (or 0x776BAC) is known color: Scampi. HEX triplet: 77, 6B and AC. RGB value is (119,107,172). Sum of RGB (Red+Green+Blue) = 119+107+172=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #776BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BAC is #889453. Grayscale: #757575. Windows color (decimal): -8950868 or 11299703. OLE color: 11299703.
HSL color Cylindrical-coordinate representation of color #776BAC: hue angle of 251.08º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #776BAC is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 107 | 172 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.33 |
| HSL | 251.08º | 0.28% | 0.55% | - |
| HSV(B) | 251.08º | 0.38% | 0.67% | - |
| XYZ | 20.31 | 17.42 | 41.32 | - |
| YUV | 118 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 172 | 0.31 | 0.38 | 0 | 0.33 | 251.08 | 0.28 | 0.55 |
| Hex | 77 | 6B | AC | 1F | 26 | 0 | 21 | FB | 1C | 37 |
| Octal | 167 | 153 | 254 | 37 | 46 | 0 | 41 | 373 | 34 | 67 |
| Binary | 1110111 | 1101011 | 10101100 | 11111 | 100110 | 0 | 100001 | 11111011 | 11100 | 110111 |
Color Harmonies of #776BAC
Complementary color
Monochromatic Colors of #776BAC
Black with #776BAC
Text Example
Text Example
White with #776BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BAC; }
p { color: rgb(119,107,172); }
H1.HeaderClassName
{
color: #776BAC;
}
.AnyTagClassName
{
color: #776BAC;
}
</style>
background-color css
<style>
a { background-color: #776BAC; }
a { background-color: rgb(119,107,172); }
div.DivClassName
{
background-color: #776BAC;
}
.BgClassName
{
background-color: #776BAC;
}
</style>
border-color css
<style>
span { border-color: #776BAC; }
span { border-color: rgb(119,107,172); }
td.TdClassName
{
border-color: #776BAC;
}
.TagClassName
{
border-color: #776BAC;
}
</style>