Shades of Scampi #78629E
Tints of Scampi #78629E
RGB
CMYK
RGB Variations
Color information
#78629E (or 0x78629E) is known color: Scampi. HEX triplet: 78, 62 and 9E. RGB value is (120,98,158). Sum of RGB (Red+Green+Blue) = 120+98+158=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #78629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78629E is #879D61. Grayscale: #6F6F6F. Windows color (decimal): -8887650 or 10379896. OLE color: 10379896.
HSL color Cylindrical-coordinate representation of color #78629E: hue angle of 262º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78629E is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 98 | 158 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.38 |
| HSL | 262º | 0.24% | 0.5% | - |
| HSV(B) | 262º | 0.38% | 0.62% | - |
| XYZ | 18.28 | 15.2 | 34.32 | - |
| YUV | 111.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 158 | 0.24 | 0.38 | 0 | 0.38 | 262 | 0.24 | 0.5 |
| Hex | 78 | 62 | 9E | 18 | 26 | 0 | 26 | 106 | 18 | 32 |
| Octal | 170 | 142 | 236 | 30 | 46 | 0 | 46 | 406 | 30 | 62 |
| Binary | 1111000 | 1100010 | 10011110 | 11000 | 100110 | 0 | 100110 | 100000110 | 11000 | 110010 |
Color Harmonies of #78629E
Complementary color
Monochromatic Colors of #78629E
Black with #78629E
Text Example
Text Example
White with #78629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78629E; }
p { color: rgb(120,98,158); }
H1.HeaderClassName
{
color: #78629E;
}
.AnyTagClassName
{
color: #78629E;
}
</style>
background-color css
<style>
a { background-color: #78629E; }
a { background-color: rgb(120,98,158); }
div.DivClassName
{
background-color: #78629E;
}
.BgClassName
{
background-color: #78629E;
}
</style>
border-color css
<style>
span { border-color: #78629E; }
span { border-color: rgb(120,98,158); }
td.TdClassName
{
border-color: #78629E;
}
.TagClassName
{
border-color: #78629E;
}
</style>