Shades of Scampi #78699F
Tints of Scampi #78699F
RGB
CMYK
RGB Variations
Color information
#78699F (or 0x78699F) is known color: Scampi. HEX triplet: 78, 69 and 9F. RGB value is (120,105,159). Sum of RGB (Red+Green+Blue) = 120+105+159=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #78699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78699F is #879660. Grayscale: #737373. Windows color (decimal): -8885857 or 10447224. OLE color: 10447224.
HSL color Cylindrical-coordinate representation of color #78699F: hue angle of 256.67º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78699F is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 105 | 159 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.38 |
| HSL | 256.67º | 0.22% | 0.52% | - |
| HSV(B) | 256.67º | 0.34% | 0.62% | - |
| XYZ | 19.06 | 16.6 | 35 | - |
| YUV | 115.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 159 | 0.25 | 0.34 | 0 | 0.38 | 256.67 | 0.22 | 0.52 |
| Hex | 78 | 69 | 9F | 19 | 22 | 0 | 26 | 101 | 16 | 34 |
| Octal | 170 | 151 | 237 | 31 | 42 | 0 | 46 | 401 | 26 | 64 |
| Binary | 1111000 | 1101001 | 10011111 | 11001 | 100010 | 0 | 100110 | 100000001 | 10110 | 110100 |
Color Harmonies of #78699F
Complementary color
Monochromatic Colors of #78699F
Black with #78699F
Text Example
Text Example
White with #78699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78699F; }
p { color: rgb(120,105,159); }
H1.HeaderClassName
{
color: #78699F;
}
.AnyTagClassName
{
color: #78699F;
}
</style>
background-color css
<style>
a { background-color: #78699F; }
a { background-color: rgb(120,105,159); }
div.DivClassName
{
background-color: #78699F;
}
.BgClassName
{
background-color: #78699F;
}
</style>
border-color css
<style>
span { border-color: #78699F; }
span { border-color: rgb(120,105,159); }
td.TdClassName
{
border-color: #78699F;
}
.TagClassName
{
border-color: #78699F;
}
</style>