Shades of Scampi #786D95
Tints of Scampi #786D95
RGB
CMYK
RGB Variations
Color information
#786D95 (or 0x786D95) is known color: Scampi. HEX triplet: 78, 6D and 95. RGB value is (120,109,149). Sum of RGB (Red+Green+Blue) = 120+109+149=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #786D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786D95 is #87926A. Grayscale: #747474. Windows color (decimal): -8884843 or 9792888. OLE color: 9792888.
HSL color Cylindrical-coordinate representation of color #786D95: hue angle of 256.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786D95 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 109 | 149 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.42 |
| HSL | 256.5º | 0.16% | 0.51% | - |
| HSV(B) | 256.5º | 0.27% | 0.58% | - |
| XYZ | 18.64 | 17.1 | 30.75 | - |
| YUV | 116.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 149 | 0.19 | 0.27 | 0 | 0.42 | 256.5 | 0.16 | 0.51 |
| Hex | 78 | 6D | 95 | 13 | 1B | 0 | 2A | 100 | 10 | 33 |
| Octal | 170 | 155 | 225 | 23 | 33 | 0 | 52 | 400 | 20 | 63 |
| Binary | 1111000 | 1101101 | 10010101 | 10011 | 11011 | 0 | 101010 | 100000000 | 10000 | 110011 |
Color Harmonies of #786D95
Complementary color
Monochromatic Colors of #786D95
Black with #786D95
Text Example
Text Example
White with #786D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D95; }
p { color: rgb(120,109,149); }
H1.HeaderClassName
{
color: #786D95;
}
.AnyTagClassName
{
color: #786D95;
}
</style>
background-color css
<style>
a { background-color: #786D95; }
a { background-color: rgb(120,109,149); }
div.DivClassName
{
background-color: #786D95;
}
.BgClassName
{
background-color: #786D95;
}
</style>
border-color css
<style>
span { border-color: #786D95; }
span { border-color: rgb(120,109,149); }
td.TdClassName
{
border-color: #786D95;
}
.TagClassName
{
border-color: #786D95;
}
</style>