Shades of Scampi #78619E
Tints of Scampi #78619E
RGB
CMYK
RGB Variations
Color information
#78619E (or 0x78619E) is known color: Scampi. HEX triplet: 78, 61 and 9E. RGB value is (120,97,158). Sum of RGB (Red+Green+Blue) = 120+97+158=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #78619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78619E is #879E61. Grayscale: #6E6E6E. Windows color (decimal): -8887906 or 10379640. OLE color: 10379640.
HSL color Cylindrical-coordinate representation of color #78619E: hue angle of 262.62º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78619E is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 97 | 158 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.38 |
| HSL | 262.62º | 0.24% | 0.5% | - |
| HSV(B) | 262.62º | 0.39% | 0.62% | - |
| XYZ | 18.19 | 15.01 | 34.29 | - |
| YUV | 110.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 158 | 0.24 | 0.39 | 0 | 0.38 | 262.62 | 0.24 | 0.5 |
| Hex | 78 | 61 | 9E | 18 | 27 | 0 | 26 | 107 | 18 | 32 |
| Octal | 170 | 141 | 236 | 30 | 47 | 0 | 46 | 407 | 30 | 62 |
| Binary | 1111000 | 1100001 | 10011110 | 11000 | 100111 | 0 | 100110 | 100000111 | 11000 | 110010 |
Color Harmonies of #78619E
Complementary color
Monochromatic Colors of #78619E
Black with #78619E
Text Example
Text Example
White with #78619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78619E; }
p { color: rgb(120,97,158); }
H1.HeaderClassName
{
color: #78619E;
}
.AnyTagClassName
{
color: #78619E;
}
</style>
background-color css
<style>
a { background-color: #78619E; }
a { background-color: rgb(120,97,158); }
div.DivClassName
{
background-color: #78619E;
}
.BgClassName
{
background-color: #78619E;
}
</style>
border-color css
<style>
span { border-color: #78619E; }
span { border-color: rgb(120,97,158); }
td.TdClassName
{
border-color: #78619E;
}
.TagClassName
{
border-color: #78619E;
}
</style>