Shades of Scampi #78779A
Tints of Scampi #78779A
RGB
CMYK
RGB Variations
Color information
#78779A (or 0x78779A) is known color: Scampi. HEX triplet: 78, 77 and 9A. RGB value is (120,119,154). Sum of RGB (Red+Green+Blue) = 120+119+154=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #78779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78779A is #878865. Grayscale: #7B7B7B. Windows color (decimal): -8882278 or 10123128. OLE color: 10123128.
HSL color Cylindrical-coordinate representation of color #78779A: hue angle of 241.71º 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 #78779A is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 119 | 154 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.40 |
| HSL | 241.71º | 0.15% | 0.54% | - |
| HSV(B) | 241.71º | 0.23% | 0.6% | - |
| XYZ | 20.18 | 19.52 | 33.28 | - |
| YUV | 123.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 154 | 0.22 | 0.23 | 0 | 0.40 | 241.71 | 0.15 | 0.54 |
| Hex | 78 | 77 | 9A | 16 | 17 | 0 | 28 | F2 | F | 36 |
| Octal | 170 | 167 | 232 | 26 | 27 | 0 | 50 | 362 | 17 | 66 |
| Binary | 1111000 | 1110111 | 10011010 | 10110 | 10111 | 0 | 101000 | 11110010 | 1111 | 110110 |
Color Harmonies of #78779A
Complementary color
Monochromatic Colors of #78779A
Black with #78779A
Text Example
Text Example
White with #78779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78779A; }
p { color: rgb(120,119,154); }
H1.HeaderClassName
{
color: #78779A;
}
.AnyTagClassName
{
color: #78779A;
}
</style>
background-color css
<style>
a { background-color: #78779A; }
a { background-color: rgb(120,119,154); }
div.DivClassName
{
background-color: #78779A;
}
.BgClassName
{
background-color: #78779A;
}
</style>
border-color css
<style>
span { border-color: #78779A; }
span { border-color: rgb(120,119,154); }
td.TdClassName
{
border-color: #78779A;
}
.TagClassName
{
border-color: #78779A;
}
</style>