Shades of Scampi #78629B
Tints of Scampi #78629B
RGB
CMYK
RGB Variations
Color information
#78629B (or 0x78629B) is known color: Scampi. HEX triplet: 78, 62 and 9B. RGB value is (120,98,155). Sum of RGB (Red+Green+Blue) = 120+98+155=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #78629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78629B is #879D64. Grayscale: #6E6E6E. Windows color (decimal): -8887653 or 10183288. OLE color: 10183288.
HSL color Cylindrical-coordinate representation of color #78629B: hue angle of 263.16º 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 #78629B is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 98 | 155 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.39 |
| HSL | 263.16º | 0.23% | 0.5% | - |
| HSV(B) | 263.16º | 0.37% | 0.61% | - |
| XYZ | 18.03 | 15.09 | 32.97 | - |
| YUV | 111.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 155 | 0.23 | 0.37 | 0 | 0.39 | 263.16 | 0.23 | 0.5 |
| Hex | 78 | 62 | 9B | 17 | 25 | 0 | 27 | 107 | 17 | 32 |
| Octal | 170 | 142 | 233 | 27 | 45 | 0 | 47 | 407 | 27 | 62 |
| Binary | 1111000 | 1100010 | 10011011 | 10111 | 100101 | 0 | 100111 | 100000111 | 10111 | 110010 |
Color Harmonies of #78629B
Complementary color
Monochromatic Colors of #78629B
Black with #78629B
Text Example
Text Example
White with #78629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78629B; }
p { color: rgb(120,98,155); }
H1.HeaderClassName
{
color: #78629B;
}
.AnyTagClassName
{
color: #78629B;
}
</style>
background-color css
<style>
a { background-color: #78629B; }
a { background-color: rgb(120,98,155); }
div.DivClassName
{
background-color: #78629B;
}
.BgClassName
{
background-color: #78629B;
}
</style>
border-color css
<style>
span { border-color: #78629B; }
span { border-color: rgb(120,98,155); }
td.TdClassName
{
border-color: #78629B;
}
.TagClassName
{
border-color: #78629B;
}
</style>