Shades of Scampi #78789D
Tints of Scampi #78789D
RGB
CMYK
RGB Variations
Color information
#78789D (or 0x78789D) is known color: Scampi. HEX triplet: 78, 78 and 9D. RGB value is (120,120,157). Sum of RGB (Red+Green+Blue) = 120+120+157=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #78789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78789D is #878762. Grayscale: #7C7C7C. Windows color (decimal): -8882019 or 10319992. OLE color: 10319992.
HSL color Cylindrical-coordinate representation of color #78789D: hue angle of 240º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78789D is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 120 | 157 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.38 |
| HSL | 240º | 0.16% | 0.54% | - |
| HSV(B) | 240º | 0.24% | 0.62% | - |
| XYZ | 20.55 | 19.86 | 34.65 | - |
| YUV | 124.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 157 | 0.24 | 0.24 | 0 | 0.38 | 240 | 0.16 | 0.54 |
| Hex | 78 | 78 | 9D | 18 | 18 | 0 | 26 | F0 | 10 | 36 |
| Octal | 170 | 170 | 235 | 30 | 30 | 0 | 46 | 360 | 20 | 66 |
| Binary | 1111000 | 1111000 | 10011101 | 11000 | 11000 | 0 | 100110 | 11110000 | 10000 | 110110 |
Color Harmonies of #78789D
Complementary color
Monochromatic Colors of #78789D
Black with #78789D
Text Example
Text Example
White with #78789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78789D; }
p { color: rgb(120,120,157); }
H1.HeaderClassName
{
color: #78789D;
}
.AnyTagClassName
{
color: #78789D;
}
</style>
background-color css
<style>
a { background-color: #78789D; }
a { background-color: rgb(120,120,157); }
div.DivClassName
{
background-color: #78789D;
}
.BgClassName
{
background-color: #78789D;
}
</style>
border-color css
<style>
span { border-color: #78789D; }
span { border-color: rgb(120,120,157); }
td.TdClassName
{
border-color: #78789D;
}
.TagClassName
{
border-color: #78789D;
}
</style>