Shades of Scampi #78739C
Tints of Scampi #78739C
RGB
CMYK
RGB Variations
Color information
#78739C (or 0x78739C) is known color: Scampi. HEX triplet: 78, 73 and 9C. RGB value is (120,115,156). Sum of RGB (Red+Green+Blue) = 120+115+156=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #78739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78739C is #878C63. Grayscale: #797979. Windows color (decimal): -8883300 or 10253176. OLE color: 10253176.
HSL color Cylindrical-coordinate representation of color #78739C: hue angle of 247.32º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78739C is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 115 | 156 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.39 |
| HSL | 247.32º | 0.17% | 0.53% | - |
| HSV(B) | 247.32º | 0.26% | 0.61% | - |
| XYZ | 19.88 | 18.65 | 34.01 | - |
| YUV | 121.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 156 | 0.23 | 0.26 | 0 | 0.39 | 247.32 | 0.17 | 0.53 |
| Hex | 78 | 73 | 9C | 17 | 1A | 0 | 27 | F7 | 11 | 35 |
| Octal | 170 | 163 | 234 | 27 | 32 | 0 | 47 | 367 | 21 | 65 |
| Binary | 1111000 | 1110011 | 10011100 | 10111 | 11010 | 0 | 100111 | 11110111 | 10001 | 110101 |
Color Harmonies of #78739C
Complementary color
Monochromatic Colors of #78739C
Black with #78739C
Text Example
Text Example
White with #78739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78739C; }
p { color: rgb(120,115,156); }
H1.HeaderClassName
{
color: #78739C;
}
.AnyTagClassName
{
color: #78739C;
}
</style>
background-color css
<style>
a { background-color: #78739C; }
a { background-color: rgb(120,115,156); }
div.DivClassName
{
background-color: #78739C;
}
.BgClassName
{
background-color: #78739C;
}
</style>
border-color css
<style>
span { border-color: #78739C; }
span { border-color: rgb(120,115,156); }
td.TdClassName
{
border-color: #78739C;
}
.TagClassName
{
border-color: #78739C;
}
</style>