Shades of Scampi #78789F
Tints of Scampi #78789F
RGB
CMYK
RGB Variations
Color information
#78789F (or 0x78789F) is known color: Scampi. HEX triplet: 78, 78 and 9F. RGB value is (120,120,159). Sum of RGB (Red+Green+Blue) = 120+120+159=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #78789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78789F is #878760. Grayscale: #7C7C7C. Windows color (decimal): -8882017 or 10451064. OLE color: 10451064.
HSL color Cylindrical-coordinate representation of color #78789F: hue angle of 240º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78789F is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 120 | 159 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.38 |
| HSL | 240º | 0.17% | 0.55% | - |
| HSV(B) | 240º | 0.25% | 0.62% | - |
| XYZ | 20.72 | 19.93 | 35.56 | - |
| YUV | 124.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 159 | 0.25 | 0.25 | 0 | 0.38 | 240 | 0.17 | 0.55 |
| Hex | 78 | 78 | 9F | 19 | 19 | 0 | 26 | F0 | 11 | 37 |
| Octal | 170 | 170 | 237 | 31 | 31 | 0 | 46 | 360 | 21 | 67 |
| Binary | 1111000 | 1111000 | 10011111 | 11001 | 11001 | 0 | 100110 | 11110000 | 10001 | 110111 |
Color Harmonies of #78789F
Complementary color
Monochromatic Colors of #78789F
Black with #78789F
Text Example
Text Example
White with #78789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78789F; }
p { color: rgb(120,120,159); }
H1.HeaderClassName
{
color: #78789F;
}
.AnyTagClassName
{
color: #78789F;
}
</style>
background-color css
<style>
a { background-color: #78789F; }
a { background-color: rgb(120,120,159); }
div.DivClassName
{
background-color: #78789F;
}
.BgClassName
{
background-color: #78789F;
}
</style>
border-color css
<style>
span { border-color: #78789F; }
span { border-color: rgb(120,120,159); }
td.TdClassName
{
border-color: #78789F;
}
.TagClassName
{
border-color: #78789F;
}
</style>