Shades of Scampi #78609D
Tints of Scampi #78609D
RGB
CMYK
RGB Variations
Color information
#78609D (or 0x78609D) is known color: Scampi. HEX triplet: 78, 60 and 9D. RGB value is (120,96,157). Sum of RGB (Red+Green+Blue) = 120+96+157=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #78609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78609D is #879F62. Grayscale: #6D6D6D. Windows color (decimal): -8888163 or 10313848. OLE color: 10313848.
HSL color Cylindrical-coordinate representation of color #78609D: hue angle of 263.61º 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 #78609D is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 96 | 157 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.38 |
| HSL | 263.61º | 0.24% | 0.5% | - |
| HSV(B) | 263.61º | 0.39% | 0.62% | - |
| XYZ | 18.01 | 14.79 | 33.8 | - |
| YUV | 110.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 157 | 0.24 | 0.39 | 0 | 0.38 | 263.61 | 0.24 | 0.5 |
| Hex | 78 | 60 | 9D | 18 | 27 | 0 | 26 | 108 | 18 | 32 |
| Octal | 170 | 140 | 235 | 30 | 47 | 0 | 46 | 410 | 30 | 62 |
| Binary | 1111000 | 1100000 | 10011101 | 11000 | 100111 | 0 | 100110 | 100001000 | 11000 | 110010 |
Color Harmonies of #78609D
Complementary color
Monochromatic Colors of #78609D
Black with #78609D
Text Example
Text Example
White with #78609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78609D; }
p { color: rgb(120,96,157); }
H1.HeaderClassName
{
color: #78609D;
}
.AnyTagClassName
{
color: #78609D;
}
</style>
background-color css
<style>
a { background-color: #78609D; }
a { background-color: rgb(120,96,157); }
div.DivClassName
{
background-color: #78609D;
}
.BgClassName
{
background-color: #78609D;
}
</style>
border-color css
<style>
span { border-color: #78609D; }
span { border-color: rgb(120,96,157); }
td.TdClassName
{
border-color: #78609D;
}
.TagClassName
{
border-color: #78609D;
}
</style>