Shades of Scampi #786098
Tints of Scampi #786098
RGB
CMYK
RGB Variations
Color information
#786098 (or 0x786098) is known color: Scampi. HEX triplet: 78, 60 and 98. RGB value is (120,96,152). Sum of RGB (Red+Green+Blue) = 120+96+152=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #786098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786098 is #879F67. Grayscale: #6D6D6D. Windows color (decimal): -8888168 or 9986168. OLE color: 9986168.
HSL color Cylindrical-coordinate representation of color #786098: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #786098 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 96 | 152 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.40 |
| HSL | 265.71º | 0.23% | 0.49% | - |
| HSV(B) | 265.71º | 0.37% | 0.6% | - |
| XYZ | 17.6 | 14.63 | 31.6 | - |
| YUV | 109.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 152 | 0.21 | 0.37 | 0 | 0.40 | 265.71 | 0.23 | 0.49 |
| Hex | 78 | 60 | 98 | 15 | 25 | 0 | 28 | 10A | 17 | 31 |
| Octal | 170 | 140 | 230 | 25 | 45 | 0 | 50 | 412 | 27 | 61 |
| Binary | 1111000 | 1100000 | 10011000 | 10101 | 100101 | 0 | 101000 | 100001010 | 10111 | 110001 |
Color Harmonies of #786098
Complementary color
Monochromatic Colors of #786098
Black with #786098
Text Example
Text Example
White with #786098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786098; }
p { color: rgb(120,96,152); }
H1.HeaderClassName
{
color: #786098;
}
.AnyTagClassName
{
color: #786098;
}
</style>
background-color css
<style>
a { background-color: #786098; }
a { background-color: rgb(120,96,152); }
div.DivClassName
{
background-color: #786098;
}
.BgClassName
{
background-color: #786098;
}
</style>
border-color css
<style>
span { border-color: #786098; }
span { border-color: rgb(120,96,152); }
td.TdClassName
{
border-color: #786098;
}
.TagClassName
{
border-color: #786098;
}
</style>