Shades of Scampi #78659A
Tints of Scampi #78659A
RGB
CMYK
RGB Variations
Color information
#78659A (or 0x78659A) is known color: Scampi. HEX triplet: 78, 65 and 9A. RGB value is (120,101,154). Sum of RGB (Red+Green+Blue) = 120+101+154=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #78659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78659A is #879A65. Grayscale: #707070. Windows color (decimal): -8886886 or 10118520. OLE color: 10118520.
HSL color Cylindrical-coordinate representation of color #78659A: hue angle of 261.51º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78659A is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 101 | 154 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.40 |
| HSL | 261.51º | 0.21% | 0.5% | - |
| HSV(B) | 261.51º | 0.34% | 0.6% | - |
| XYZ | 18.23 | 15.63 | 32.63 | - |
| YUV | 112.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 154 | 0.22 | 0.34 | 0 | 0.40 | 261.51 | 0.21 | 0.5 |
| Hex | 78 | 65 | 9A | 16 | 22 | 0 | 28 | 106 | 15 | 32 |
| Octal | 170 | 145 | 232 | 26 | 42 | 0 | 50 | 406 | 25 | 62 |
| Binary | 1111000 | 1100101 | 10011010 | 10110 | 100010 | 0 | 101000 | 100000110 | 10101 | 110010 |
Color Harmonies of #78659A
Complementary color
Monochromatic Colors of #78659A
Black with #78659A
Text Example
Text Example
White with #78659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78659A; }
p { color: rgb(120,101,154); }
H1.HeaderClassName
{
color: #78659A;
}
.AnyTagClassName
{
color: #78659A;
}
</style>
background-color css
<style>
a { background-color: #78659A; }
a { background-color: rgb(120,101,154); }
div.DivClassName
{
background-color: #78659A;
}
.BgClassName
{
background-color: #78659A;
}
</style>
border-color css
<style>
span { border-color: #78659A; }
span { border-color: rgb(120,101,154); }
td.TdClassName
{
border-color: #78659A;
}
.TagClassName
{
border-color: #78659A;
}
</style>