Shades of Scampi #787392
Tints of Scampi #787392
RGB
CMYK
RGB Variations
Color information
#787392 (or 0x787392) is known color: Scampi. HEX triplet: 78, 73 and 92. RGB value is (120,115,146). Sum of RGB (Red+Green+Blue) = 120+115+146=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #787392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787392 is #878C6D. Grayscale: #777777. Windows color (decimal): -8883310 or 9597816. OLE color: 9597816.
HSL color Cylindrical-coordinate representation of color #787392: hue angle of 249.68º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #787392 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 115 | 146 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.43 |
| HSL | 249.68º | 0.12% | 0.51% | - |
| HSV(B) | 249.68º | 0.21% | 0.57% | - |
| XYZ | 19.06 | 18.33 | 29.73 | - |
| YUV | 120.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 146 | 0.18 | 0.21 | 0 | 0.43 | 249.68 | 0.12 | 0.51 |
| Hex | 78 | 73 | 92 | 12 | 15 | 0 | 2B | FA | C | 33 |
| Octal | 170 | 163 | 222 | 22 | 25 | 0 | 53 | 372 | 14 | 63 |
| Binary | 1111000 | 1110011 | 10010010 | 10010 | 10101 | 0 | 101011 | 11111010 | 1100 | 110011 |
Color Harmonies of #787392
Complementary color
Monochromatic Colors of #787392
Black with #787392
Text Example
Text Example
White with #787392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787392; }
p { color: rgb(120,115,146); }
H1.HeaderClassName
{
color: #787392;
}
.AnyTagClassName
{
color: #787392;
}
</style>
background-color css
<style>
a { background-color: #787392; }
a { background-color: rgb(120,115,146); }
div.DivClassName
{
background-color: #787392;
}
.BgClassName
{
background-color: #787392;
}
</style>
border-color css
<style>
span { border-color: #787392; }
span { border-color: rgb(120,115,146); }
td.TdClassName
{
border-color: #787392;
}
.TagClassName
{
border-color: #787392;
}
</style>