Shades of Scampi #78739D
Tints of Scampi #78739D
RGB
CMYK
RGB Variations
Color information
#78739D (or 0x78739D) is known color: Scampi. HEX triplet: 78, 73 and 9D. RGB value is (120,115,157). Sum of RGB (Red+Green+Blue) = 120+115+157=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #78739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78739D is #878C62. Grayscale: #797979. Windows color (decimal): -8883299 or 10318712. OLE color: 10318712.
HSL color Cylindrical-coordinate representation of color #78739D: hue angle of 247.14º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78739D is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 115 | 157 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.38 |
| HSL | 247.14º | 0.18% | 0.53% | - |
| HSV(B) | 247.14º | 0.27% | 0.62% | - |
| XYZ | 19.96 | 18.69 | 34.45 | - |
| YUV | 121.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 157 | 0.24 | 0.27 | 0 | 0.38 | 247.14 | 0.18 | 0.53 |
| Hex | 78 | 73 | 9D | 18 | 1B | 0 | 26 | F7 | 12 | 35 |
| Octal | 170 | 163 | 235 | 30 | 33 | 0 | 46 | 367 | 22 | 65 |
| Binary | 1111000 | 1110011 | 10011101 | 11000 | 11011 | 0 | 100110 | 11110111 | 10010 | 110101 |
Color Harmonies of #78739D
Complementary color
Monochromatic Colors of #78739D
Black with #78739D
Text Example
Text Example
White with #78739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78739D; }
p { color: rgb(120,115,157); }
H1.HeaderClassName
{
color: #78739D;
}
.AnyTagClassName
{
color: #78739D;
}
</style>
background-color css
<style>
a { background-color: #78739D; }
a { background-color: rgb(120,115,157); }
div.DivClassName
{
background-color: #78739D;
}
.BgClassName
{
background-color: #78739D;
}
</style>
border-color css
<style>
span { border-color: #78739D; }
span { border-color: rgb(120,115,157); }
td.TdClassName
{
border-color: #78739D;
}
.TagClassName
{
border-color: #78739D;
}
</style>