Shades of Scampi #786397
Tints of Scampi #786397
RGB
CMYK
RGB Variations
Color information
#786397 (or 0x786397) is known color: Scampi. HEX triplet: 78, 63 and 97. RGB value is (120,99,151). Sum of RGB (Red+Green+Blue) = 120+99+151=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #786397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786397 is #879C68. Grayscale: #6F6F6F. Windows color (decimal): -8887401 or 9921400. OLE color: 9921400.
HSL color Cylindrical-coordinate representation of color #786397: hue angle of 264.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #786397 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 99 | 151 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.41 |
| HSL | 264.23º | 0.21% | 0.49% | - |
| HSV(B) | 264.23º | 0.34% | 0.59% | - |
| XYZ | 17.79 | 15.15 | 31.26 | - |
| YUV | 111.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 151 | 0.21 | 0.34 | 0 | 0.41 | 264.23 | 0.21 | 0.49 |
| Hex | 78 | 63 | 97 | 15 | 22 | 0 | 29 | 108 | 15 | 31 |
| Octal | 170 | 143 | 227 | 25 | 42 | 0 | 51 | 410 | 25 | 61 |
| Binary | 1111000 | 1100011 | 10010111 | 10101 | 100010 | 0 | 101001 | 100001000 | 10101 | 110001 |
Color Harmonies of #786397
Complementary color
Monochromatic Colors of #786397
Black with #786397
Text Example
Text Example
White with #786397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786397; }
p { color: rgb(120,99,151); }
H1.HeaderClassName
{
color: #786397;
}
.AnyTagClassName
{
color: #786397;
}
</style>
background-color css
<style>
a { background-color: #786397; }
a { background-color: rgb(120,99,151); }
div.DivClassName
{
background-color: #786397;
}
.BgClassName
{
background-color: #786397;
}
</style>
border-color css
<style>
span { border-color: #786397; }
span { border-color: rgb(120,99,151); }
td.TdClassName
{
border-color: #786397;
}
.TagClassName
{
border-color: #786397;
}
</style>