Shades of Scampi #776FAB
Tints of Scampi #776FAB
RGB
CMYK
RGB Variations
Color information
#776FAB (or 0x776FAB) is known color: Scampi. HEX triplet: 77, 6F and AB. RGB value is (119,111,171). Sum of RGB (Red+Green+Blue) = 119+111+171=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #776FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FAB is #889054. Grayscale: #787878. Windows color (decimal): -8949845 or 11235191. OLE color: 11235191.
HSL color Cylindrical-coordinate representation of color #776FAB: hue angle of 248º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #776FAB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 111 | 171 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.33 |
| HSL | 248º | 0.26% | 0.55% | - |
| HSV(B) | 248º | 0.35% | 0.67% | - |
| XYZ | 20.64 | 18.23 | 40.96 | - |
| YUV | 120.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 171 | 0.30 | 0.35 | 0 | 0.33 | 248 | 0.26 | 0.55 |
| Hex | 77 | 6F | AB | 1E | 23 | 0 | 21 | F8 | 1A | 37 |
| Octal | 167 | 157 | 253 | 36 | 43 | 0 | 41 | 370 | 32 | 67 |
| Binary | 1110111 | 1101111 | 10101011 | 11110 | 100011 | 0 | 100001 | 11111000 | 11010 | 110111 |
Color Harmonies of #776FAB
Complementary color
Monochromatic Colors of #776FAB
Black with #776FAB
Text Example
Text Example
White with #776FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FAB; }
p { color: rgb(119,111,171); }
H1.HeaderClassName
{
color: #776FAB;
}
.AnyTagClassName
{
color: #776FAB;
}
</style>
background-color css
<style>
a { background-color: #776FAB; }
a { background-color: rgb(119,111,171); }
div.DivClassName
{
background-color: #776FAB;
}
.BgClassName
{
background-color: #776FAB;
}
</style>
border-color css
<style>
span { border-color: #776FAB; }
span { border-color: rgb(119,111,171); }
td.TdClassName
{
border-color: #776FAB;
}
.TagClassName
{
border-color: #776FAB;
}
</style>