Shades of Scampi #787090
Tints of Scampi #787090
RGB
CMYK
RGB Variations
Color information
#787090 (or 0x787090) is known color: Scampi. HEX triplet: 78, 70 and 90. RGB value is (120,112,144). Sum of RGB (Red+Green+Blue) = 120+112+144=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #787090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787090 is #878F6F. Grayscale: #757575. Windows color (decimal): -8884080 or 9465976. OLE color: 9465976.
HSL color Cylindrical-coordinate representation of color #787090: hue angle of 255º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #787090 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 112 | 144 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.44 |
| HSL | 255º | 0.13% | 0.5% | - |
| HSV(B) | 255º | 0.22% | 0.56% | - |
| XYZ | 18.57 | 17.6 | 28.8 | - |
| YUV | 118.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 144 | 0.17 | 0.22 | 0 | 0.44 | 255 | 0.13 | 0.5 |
| Hex | 78 | 70 | 90 | 11 | 16 | 0 | 2C | FF | D | 32 |
| Octal | 170 | 160 | 220 | 21 | 26 | 0 | 54 | 377 | 15 | 62 |
| Binary | 1111000 | 1110000 | 10010000 | 10001 | 10110 | 0 | 101100 | 11111111 | 1101 | 110010 |
Color Harmonies of #787090
Complementary color
Monochromatic Colors of #787090
Black with #787090
Text Example
Text Example
White with #787090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787090; }
p { color: rgb(120,112,144); }
H1.HeaderClassName
{
color: #787090;
}
.AnyTagClassName
{
color: #787090;
}
</style>
background-color css
<style>
a { background-color: #787090; }
a { background-color: rgb(120,112,144); }
div.DivClassName
{
background-color: #787090;
}
.BgClassName
{
background-color: #787090;
}
</style>
border-color css
<style>
span { border-color: #787090; }
span { border-color: rgb(120,112,144); }
td.TdClassName
{
border-color: #787090;
}
.TagClassName
{
border-color: #787090;
}
</style>