Shades of Scampi #786F90
Tints of Scampi #786F90
RGB
CMYK
RGB Variations
Color information
#786F90 (or 0x786F90) is known color: Scampi. HEX triplet: 78, 6F and 90. RGB value is (120,111,144). Sum of RGB (Red+Green+Blue) = 120+111+144=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #786F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786F90 is #87906F. Grayscale: #757575. Windows color (decimal): -8884336 or 9465720. OLE color: 9465720.
HSL color Cylindrical-coordinate representation of color #786F90: hue angle of 256.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #786F90 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 111 | 144 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.44 |
| HSL | 256.36º | 0.13% | 0.5% | - |
| HSV(B) | 256.36º | 0.23% | 0.56% | - |
| XYZ | 18.46 | 17.38 | 28.77 | - |
| YUV | 117.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 144 | 0.17 | 0.23 | 0 | 0.44 | 256.36 | 0.13 | 0.5 |
| Hex | 78 | 6F | 90 | 11 | 17 | 0 | 2C | 100 | D | 32 |
| Octal | 170 | 157 | 220 | 21 | 27 | 0 | 54 | 400 | 15 | 62 |
| Binary | 1111000 | 1101111 | 10010000 | 10001 | 10111 | 0 | 101100 | 100000000 | 1101 | 110010 |
Color Harmonies of #786F90
Complementary color
Monochromatic Colors of #786F90
Black with #786F90
Text Example
Text Example
White with #786F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F90; }
p { color: rgb(120,111,144); }
H1.HeaderClassName
{
color: #786F90;
}
.AnyTagClassName
{
color: #786F90;
}
</style>
background-color css
<style>
a { background-color: #786F90; }
a { background-color: rgb(120,111,144); }
div.DivClassName
{
background-color: #786F90;
}
.BgClassName
{
background-color: #786F90;
}
</style>
border-color css
<style>
span { border-color: #786F90; }
span { border-color: rgb(120,111,144); }
td.TdClassName
{
border-color: #786F90;
}
.TagClassName
{
border-color: #786F90;
}
</style>