Shades of Scampi #78779B
Tints of Scampi #78779B
RGB
CMYK
RGB Variations
Color information
#78779B (or 0x78779B) is known color: Scampi. HEX triplet: 78, 77 and 9B. RGB value is (120,119,155). Sum of RGB (Red+Green+Blue) = 120+119+155=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #78779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78779B is #878864. Grayscale: #7B7B7B. Windows color (decimal): -8882277 or 10188664. OLE color: 10188664.
HSL color Cylindrical-coordinate representation of color #78779B: hue angle of 241.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78779B is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 119 | 155 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.39 |
| HSL | 241.67º | 0.15% | 0.54% | - |
| HSV(B) | 241.67º | 0.23% | 0.61% | - |
| XYZ | 20.26 | 19.55 | 33.72 | - |
| YUV | 123.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 155 | 0.23 | 0.23 | 0 | 0.39 | 241.67 | 0.15 | 0.54 |
| Hex | 78 | 77 | 9B | 17 | 17 | 0 | 27 | F2 | F | 36 |
| Octal | 170 | 167 | 233 | 27 | 27 | 0 | 47 | 362 | 17 | 66 |
| Binary | 1111000 | 1110111 | 10011011 | 10111 | 10111 | 0 | 100111 | 11110010 | 1111 | 110110 |
Color Harmonies of #78779B
Complementary color
Monochromatic Colors of #78779B
Black with #78779B
Text Example
Text Example
White with #78779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78779B; }
p { color: rgb(120,119,155); }
H1.HeaderClassName
{
color: #78779B;
}
.AnyTagClassName
{
color: #78779B;
}
</style>
background-color css
<style>
a { background-color: #78779B; }
a { background-color: rgb(120,119,155); }
div.DivClassName
{
background-color: #78779B;
}
.BgClassName
{
background-color: #78779B;
}
</style>
border-color css
<style>
span { border-color: #78779B; }
span { border-color: rgb(120,119,155); }
td.TdClassName
{
border-color: #78779B;
}
.TagClassName
{
border-color: #78779B;
}
</style>