Shades of Scampi #78619B
Tints of Scampi #78619B
RGB
CMYK
RGB Variations
Color information
#78619B (or 0x78619B) is known color: Scampi. HEX triplet: 78, 61 and 9B. RGB value is (120,97,155). Sum of RGB (Red+Green+Blue) = 120+97+155=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #78619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78619B is #879E64. Grayscale: #6E6E6E. Windows color (decimal): -8887909 or 10183032. OLE color: 10183032.
HSL color Cylindrical-coordinate representation of color #78619B: hue angle of 263.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78619B is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 97 | 155 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.39 |
| HSL | 263.79º | 0.23% | 0.49% | - |
| HSV(B) | 263.79º | 0.37% | 0.61% | - |
| XYZ | 17.94 | 14.91 | 32.94 | - |
| YUV | 110.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 155 | 0.23 | 0.37 | 0 | 0.39 | 263.79 | 0.23 | 0.49 |
| Hex | 78 | 61 | 9B | 17 | 25 | 0 | 27 | 108 | 17 | 31 |
| Octal | 170 | 141 | 233 | 27 | 45 | 0 | 47 | 410 | 27 | 61 |
| Binary | 1111000 | 1100001 | 10011011 | 10111 | 100101 | 0 | 100111 | 100001000 | 10111 | 110001 |
Color Harmonies of #78619B
Complementary color
Monochromatic Colors of #78619B
Black with #78619B
Text Example
Text Example
White with #78619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78619B; }
p { color: rgb(120,97,155); }
H1.HeaderClassName
{
color: #78619B;
}
.AnyTagClassName
{
color: #78619B;
}
</style>
background-color css
<style>
a { background-color: #78619B; }
a { background-color: rgb(120,97,155); }
div.DivClassName
{
background-color: #78619B;
}
.BgClassName
{
background-color: #78619B;
}
</style>
border-color css
<style>
span { border-color: #78619B; }
span { border-color: rgb(120,97,155); }
td.TdClassName
{
border-color: #78619B;
}
.TagClassName
{
border-color: #78619B;
}
</style>