Shades of Scampi #77779C
Tints of Scampi #77779C
RGB
CMYK
RGB Variations
Color information
#77779C (or 0x77779C) is known color: Scampi. HEX triplet: 77, 77 and 9C. RGB value is (119,119,156). Sum of RGB (Red+Green+Blue) = 119+119+156=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #77779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77779C is #888863. Grayscale: #7B7B7B. Windows color (decimal): -8947812 or 10254199. OLE color: 10254199.
HSL color Cylindrical-coordinate representation of color #77779C: hue angle of 240º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77779C is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 119 | 156 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.39 |
| HSL | 240º | 0.16% | 0.54% | - |
| HSV(B) | 240º | 0.24% | 0.61% | - |
| XYZ | 20.21 | 19.52 | 34.15 | - |
| YUV | 123.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 156 | 0.24 | 0.24 | 0 | 0.39 | 240 | 0.16 | 0.54 |
| Hex | 77 | 77 | 9C | 18 | 18 | 0 | 27 | F0 | 10 | 36 |
| Octal | 167 | 167 | 234 | 30 | 30 | 0 | 47 | 360 | 20 | 66 |
| Binary | 1110111 | 1110111 | 10011100 | 11000 | 11000 | 0 | 100111 | 11110000 | 10000 | 110110 |
Color Harmonies of #77779C
Complementary color
Monochromatic Colors of #77779C
Black with #77779C
Text Example
Text Example
White with #77779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77779C; }
p { color: rgb(119,119,156); }
H1.HeaderClassName
{
color: #77779C;
}
.AnyTagClassName
{
color: #77779C;
}
</style>
background-color css
<style>
a { background-color: #77779C; }
a { background-color: rgb(119,119,156); }
div.DivClassName
{
background-color: #77779C;
}
.BgClassName
{
background-color: #77779C;
}
</style>
border-color css
<style>
span { border-color: #77779C; }
span { border-color: rgb(119,119,156); }
td.TdClassName
{
border-color: #77779C;
}
.TagClassName
{
border-color: #77779C;
}
</style>