Shades of Scampi #776FAA
Tints of Scampi #776FAA
RGB
CMYK
RGB Variations
Color information
#776FAA (or 0x776FAA) is known color: Scampi. HEX triplet: 77, 6F and AA. RGB value is (119,111,170). Sum of RGB (Red+Green+Blue) = 119+111+170=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #776FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FAA is #889055. Grayscale: #777777. Windows color (decimal): -8949846 or 11169655. OLE color: 11169655.
HSL color Cylindrical-coordinate representation of color #776FAA: hue angle of 248.14º 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 #776FAA is Cyan = 0.3, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 111 | 170 | - |
| CMYK | 0.3 | 0.35 | 0 | 0.33 |
| HSL | 248.14º | 0.26% | 0.55% | - |
| HSV(B) | 248.14º | 0.35% | 0.67% | - |
| XYZ | 20.55 | 18.19 | 40.46 | - |
| YUV | 120.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 170 | 0.3 | 0.35 | 0 | 0.33 | 248.14 | 0.26 | 0.55 |
| Hex | 77 | 6F | AA | 1E | 23 | 0 | 21 | F8 | 1A | 37 |
| Octal | 167 | 157 | 252 | 36 | 43 | 0 | 41 | 370 | 32 | 67 |
| Binary | 1110111 | 1101111 | 10101010 | 11110 | 100011 | 0 | 100001 | 11111000 | 11010 | 110111 |
Color Harmonies of #776FAA
Complementary color
Monochromatic Colors of #776FAA
Black with #776FAA
Text Example
Text Example
White with #776FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FAA; }
p { color: rgb(119,111,170); }
H1.HeaderClassName
{
color: #776FAA;
}
.AnyTagClassName
{
color: #776FAA;
}
</style>
background-color css
<style>
a { background-color: #776FAA; }
a { background-color: rgb(119,111,170); }
div.DivClassName
{
background-color: #776FAA;
}
.BgClassName
{
background-color: #776FAA;
}
</style>
border-color css
<style>
span { border-color: #776FAA; }
span { border-color: rgb(119,111,170); }
td.TdClassName
{
border-color: #776FAA;
}
.TagClassName
{
border-color: #776FAA;
}
</style>