Shades of Scampi #787296
Tints of Scampi #787296
RGB
CMYK
RGB Variations
Color information
#787296 (or 0x787296) is known color: Scampi. HEX triplet: 78, 72 and 96. RGB value is (120,114,150). Sum of RGB (Red+Green+Blue) = 120+114+150=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #787296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787296 is #878D69. Grayscale: #777777. Windows color (decimal): -8883562 or 9859704. OLE color: 9859704.
HSL color Cylindrical-coordinate representation of color #787296: hue angle of 250º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #787296 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 114 | 150 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.41 |
| HSL | 250º | 0.15% | 0.52% | - |
| HSV(B) | 250º | 0.24% | 0.59% | - |
| XYZ | 19.27 | 18.23 | 31.36 | - |
| YUV | 119.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 150 | 0.20 | 0.24 | 0 | 0.41 | 250 | 0.15 | 0.52 |
| Hex | 78 | 72 | 96 | 14 | 18 | 0 | 29 | FA | F | 34 |
| Octal | 170 | 162 | 226 | 24 | 30 | 0 | 51 | 372 | 17 | 64 |
| Binary | 1111000 | 1110010 | 10010110 | 10100 | 11000 | 0 | 101001 | 11111010 | 1111 | 110100 |
Color Harmonies of #787296
Complementary color
Monochromatic Colors of #787296
Black with #787296
Text Example
Text Example
White with #787296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787296; }
p { color: rgb(120,114,150); }
H1.HeaderClassName
{
color: #787296;
}
.AnyTagClassName
{
color: #787296;
}
</style>
background-color css
<style>
a { background-color: #787296; }
a { background-color: rgb(120,114,150); }
div.DivClassName
{
background-color: #787296;
}
.BgClassName
{
background-color: #787296;
}
</style>
border-color css
<style>
span { border-color: #787296; }
span { border-color: rgb(120,114,150); }
td.TdClassName
{
border-color: #787296;
}
.TagClassName
{
border-color: #787296;
}
</style>