Shades of Scampi #78789C
Tints of Scampi #78789C
RGB
CMYK
RGB Variations
Color information
#78789C (or 0x78789C) is known color: Scampi. HEX triplet: 78, 78 and 9C. RGB value is (120,120,156). Sum of RGB (Red+Green+Blue) = 120+120+156=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #78789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78789C is #878763. Grayscale: #7B7B7B. Windows color (decimal): -8882020 or 10254456. OLE color: 10254456.
HSL color Cylindrical-coordinate representation of color #78789C: hue angle of 240º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78789C is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 120 | 156 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.39 |
| HSL | 240º | 0.15% | 0.54% | - |
| HSV(B) | 240º | 0.23% | 0.61% | - |
| XYZ | 20.46 | 19.83 | 34.2 | - |
| YUV | 124.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 156 | 0.23 | 0.23 | 0 | 0.39 | 240 | 0.15 | 0.54 |
| Hex | 78 | 78 | 9C | 17 | 17 | 0 | 27 | F0 | F | 36 |
| Octal | 170 | 170 | 234 | 27 | 27 | 0 | 47 | 360 | 17 | 66 |
| Binary | 1111000 | 1111000 | 10011100 | 10111 | 10111 | 0 | 100111 | 11110000 | 1111 | 110110 |
Color Harmonies of #78789C
Complementary color
Monochromatic Colors of #78789C
Black with #78789C
Text Example
Text Example
White with #78789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78789C; }
p { color: rgb(120,120,156); }
H1.HeaderClassName
{
color: #78789C;
}
.AnyTagClassName
{
color: #78789C;
}
</style>
background-color css
<style>
a { background-color: #78789C; }
a { background-color: rgb(120,120,156); }
div.DivClassName
{
background-color: #78789C;
}
.BgClassName
{
background-color: #78789C;
}
</style>
border-color css
<style>
span { border-color: #78789C; }
span { border-color: rgb(120,120,156); }
td.TdClassName
{
border-color: #78789C;
}
.TagClassName
{
border-color: #78789C;
}
</style>