Shades of Scampi #78749B
Tints of Scampi #78749B
RGB
CMYK
RGB Variations
Color information
#78749B (or 0x78749B) is known color: Scampi. HEX triplet: 78, 74 and 9B. RGB value is (120,116,155). Sum of RGB (Red+Green+Blue) = 120+116+155=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #78749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78749B is #878B64. Grayscale: #797979. Windows color (decimal): -8883045 or 10187896. OLE color: 10187896.
HSL color Cylindrical-coordinate representation of color #78749B: hue angle of 246.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78749B is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 116 | 155 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.39 |
| HSL | 246.15º | 0.16% | 0.53% | - |
| HSV(B) | 246.15º | 0.25% | 0.61% | - |
| XYZ | 19.91 | 18.85 | 33.6 | - |
| YUV | 121.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 155 | 0.23 | 0.25 | 0 | 0.39 | 246.15 | 0.16 | 0.53 |
| Hex | 78 | 74 | 9B | 17 | 19 | 0 | 27 | F6 | 10 | 35 |
| Octal | 170 | 164 | 233 | 27 | 31 | 0 | 47 | 366 | 20 | 65 |
| Binary | 1111000 | 1110100 | 10011011 | 10111 | 11001 | 0 | 100111 | 11110110 | 10000 | 110101 |
Color Harmonies of #78749B
Complementary color
Monochromatic Colors of #78749B
Black with #78749B
Text Example
Text Example
White with #78749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78749B; }
p { color: rgb(120,116,155); }
H1.HeaderClassName
{
color: #78749B;
}
.AnyTagClassName
{
color: #78749B;
}
</style>
background-color css
<style>
a { background-color: #78749B; }
a { background-color: rgb(120,116,155); }
div.DivClassName
{
background-color: #78749B;
}
.BgClassName
{
background-color: #78749B;
}
</style>
border-color css
<style>
span { border-color: #78749B; }
span { border-color: rgb(120,116,155); }
td.TdClassName
{
border-color: #78749B;
}
.TagClassName
{
border-color: #78749B;
}
</style>