Shades of Scampi #77779A
Tints of Scampi #77779A
RGB
CMYK
RGB Variations
Color information
#77779A (or 0x77779A) is known color: Scampi. HEX triplet: 77, 77 and 9A. RGB value is (119,119,154). Sum of RGB (Red+Green+Blue) = 119+119+154=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #77779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77779A is #888865. Grayscale: #7A7A7A. Windows color (decimal): -8947814 or 10123127. OLE color: 10123127.
HSL color Cylindrical-coordinate representation of color #77779A: hue angle of 240º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77779A is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 119 | 154 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.40 |
| HSL | 240º | 0.15% | 0.54% | - |
| HSV(B) | 240º | 0.23% | 0.6% | - |
| XYZ | 20.04 | 19.45 | 33.27 | - |
| YUV | 122.99 | 145.5 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 154 | 0.23 | 0.23 | 0 | 0.40 | 240 | 0.15 | 0.54 |
| Hex | 77 | 77 | 9A | 17 | 17 | 0 | 28 | F0 | F | 36 |
| Octal | 167 | 167 | 232 | 27 | 27 | 0 | 50 | 360 | 17 | 66 |
| Binary | 1110111 | 1110111 | 10011010 | 10111 | 10111 | 0 | 101000 | 11110000 | 1111 | 110110 |
Color Harmonies of #77779A
Complementary color
Monochromatic Colors of #77779A
Black with #77779A
Text Example
Text Example
White with #77779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77779A; }
p { color: rgb(119,119,154); }
H1.HeaderClassName
{
color: #77779A;
}
.AnyTagClassName
{
color: #77779A;
}
</style>
background-color css
<style>
a { background-color: #77779A; }
a { background-color: rgb(119,119,154); }
div.DivClassName
{
background-color: #77779A;
}
.BgClassName
{
background-color: #77779A;
}
</style>
border-color css
<style>
span { border-color: #77779A; }
span { border-color: rgb(119,119,154); }
td.TdClassName
{
border-color: #77779A;
}
.TagClassName
{
border-color: #77779A;
}
</style>