Shades of Scampi #78619D
Tints of Scampi #78619D
RGB
CMYK
RGB Variations
Color information
#78619D (or 0x78619D) is known color: Scampi. HEX triplet: 78, 61 and 9D. RGB value is (120,97,157). Sum of RGB (Red+Green+Blue) = 120+97+157=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #78619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78619D is #879E62. Grayscale: #6E6E6E. Windows color (decimal): -8887907 or 10314104. OLE color: 10314104.
HSL color Cylindrical-coordinate representation of color #78619D: hue angle of 263º 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 #78619D is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 97 | 157 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.38 |
| HSL | 263º | 0.24% | 0.5% | - |
| HSV(B) | 263º | 0.38% | 0.62% | - |
| XYZ | 18.11 | 14.98 | 33.83 | - |
| YUV | 110.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 157 | 0.24 | 0.38 | 0 | 0.38 | 263 | 0.24 | 0.5 |
| Hex | 78 | 61 | 9D | 18 | 26 | 0 | 26 | 107 | 18 | 32 |
| Octal | 170 | 141 | 235 | 30 | 46 | 0 | 46 | 407 | 30 | 62 |
| Binary | 1111000 | 1100001 | 10011101 | 11000 | 100110 | 0 | 100110 | 100000111 | 11000 | 110010 |
Color Harmonies of #78619D
Complementary color
Monochromatic Colors of #78619D
Black with #78619D
Text Example
Text Example
White with #78619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78619D; }
p { color: rgb(120,97,157); }
H1.HeaderClassName
{
color: #78619D;
}
.AnyTagClassName
{
color: #78619D;
}
</style>
background-color css
<style>
a { background-color: #78619D; }
a { background-color: rgb(120,97,157); }
div.DivClassName
{
background-color: #78619D;
}
.BgClassName
{
background-color: #78619D;
}
</style>
border-color css
<style>
span { border-color: #78619D; }
span { border-color: rgb(120,97,157); }
td.TdClassName
{
border-color: #78619D;
}
.TagClassName
{
border-color: #78619D;
}
</style>