Shades of Scampi #78609C
Tints of Scampi #78609C
RGB
CMYK
RGB Variations
Color information
#78609C (or 0x78609C) is known color: Scampi. HEX triplet: 78, 60 and 9C. RGB value is (120,96,156). Sum of RGB (Red+Green+Blue) = 120+96+156=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #78609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78609C is #879F63. Grayscale: #6D6D6D. Windows color (decimal): -8888164 or 10248312. OLE color: 10248312.
HSL color Cylindrical-coordinate representation of color #78609C: hue angle of 264º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78609C is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 96 | 156 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.39 |
| HSL | 264º | 0.24% | 0.49% | - |
| HSV(B) | 264º | 0.38% | 0.61% | - |
| XYZ | 17.93 | 14.76 | 33.36 | - |
| YUV | 110.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 156 | 0.23 | 0.38 | 0 | 0.39 | 264 | 0.24 | 0.49 |
| Hex | 78 | 60 | 9C | 17 | 26 | 0 | 27 | 108 | 18 | 31 |
| Octal | 170 | 140 | 234 | 27 | 46 | 0 | 47 | 410 | 30 | 61 |
| Binary | 1111000 | 1100000 | 10011100 | 10111 | 100110 | 0 | 100111 | 100001000 | 11000 | 110001 |
Color Harmonies of #78609C
Complementary color
Monochromatic Colors of #78609C
Black with #78609C
Text Example
Text Example
White with #78609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78609C; }
p { color: rgb(120,96,156); }
H1.HeaderClassName
{
color: #78609C;
}
.AnyTagClassName
{
color: #78609C;
}
</style>
background-color css
<style>
a { background-color: #78609C; }
a { background-color: rgb(120,96,156); }
div.DivClassName
{
background-color: #78609C;
}
.BgClassName
{
background-color: #78609C;
}
</style>
border-color css
<style>
span { border-color: #78609C; }
span { border-color: rgb(120,96,156); }
td.TdClassName
{
border-color: #78609C;
}
.TagClassName
{
border-color: #78609C;
}
</style>