Shades of Scampi #78629C
Tints of Scampi #78629C
RGB
CMYK
RGB Variations
Color information
#78629C (or 0x78629C) is known color: Scampi. HEX triplet: 78, 62 and 9C. RGB value is (120,98,156). Sum of RGB (Red+Green+Blue) = 120+98+156=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #78629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78629C is #879D63. Grayscale: #6E6E6E. Windows color (decimal): -8887652 or 10248824. OLE color: 10248824.
HSL color Cylindrical-coordinate representation of color #78629C: hue angle of 262.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78629C is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 98 | 156 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.39 |
| HSL | 262.76º | 0.23% | 0.5% | - |
| HSV(B) | 262.76º | 0.37% | 0.61% | - |
| XYZ | 18.11 | 15.13 | 33.42 | - |
| YUV | 111.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 156 | 0.23 | 0.37 | 0 | 0.39 | 262.76 | 0.23 | 0.5 |
| Hex | 78 | 62 | 9C | 17 | 25 | 0 | 27 | 107 | 17 | 32 |
| Octal | 170 | 142 | 234 | 27 | 45 | 0 | 47 | 407 | 27 | 62 |
| Binary | 1111000 | 1100010 | 10011100 | 10111 | 100101 | 0 | 100111 | 100000111 | 10111 | 110010 |
Color Harmonies of #78629C
Complementary color
Monochromatic Colors of #78629C
Black with #78629C
Text Example
Text Example
White with #78629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78629C; }
p { color: rgb(120,98,156); }
H1.HeaderClassName
{
color: #78629C;
}
.AnyTagClassName
{
color: #78629C;
}
</style>
background-color css
<style>
a { background-color: #78629C; }
a { background-color: rgb(120,98,156); }
div.DivClassName
{
background-color: #78629C;
}
.BgClassName
{
background-color: #78629C;
}
</style>
border-color css
<style>
span { border-color: #78629C; }
span { border-color: rgb(120,98,156); }
td.TdClassName
{
border-color: #78629C;
}
.TagClassName
{
border-color: #78629C;
}
</style>