Shades of Scampi #786DAA
Tints of Scampi #786DAA
RGB
CMYK
RGB Variations
Color information
#786DAA (or 0x786DAA) is known color: Scampi. HEX triplet: 78, 6D and AA. RGB value is (120,109,170). Sum of RGB (Red+Green+Blue) = 120+109+170=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #786DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786DAA is #879255. Grayscale: #777777. Windows color (decimal): -8884822 or 11169144. OLE color: 11169144.
HSL color Cylindrical-coordinate representation of color #786DAA: hue angle of 250.82º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #786DAA is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 109 | 170 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.33 |
| HSL | 250.82º | 0.26% | 0.55% | - |
| HSV(B) | 250.82º | 0.36% | 0.67% | - |
| XYZ | 20.47 | 17.83 | 40.39 | - |
| YUV | 119.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 170 | 0.29 | 0.36 | 0 | 0.33 | 250.82 | 0.26 | 0.55 |
| Hex | 78 | 6D | AA | 1D | 24 | 0 | 21 | FB | 1A | 37 |
| Octal | 170 | 155 | 252 | 35 | 44 | 0 | 41 | 373 | 32 | 67 |
| Binary | 1111000 | 1101101 | 10101010 | 11101 | 100100 | 0 | 100001 | 11111011 | 11010 | 110111 |
Color Harmonies of #786DAA
Complementary color
Monochromatic Colors of #786DAA
Black with #786DAA
Text Example
Text Example
White with #786DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DAA; }
p { color: rgb(120,109,170); }
H1.HeaderClassName
{
color: #786DAA;
}
.AnyTagClassName
{
color: #786DAA;
}
</style>
background-color css
<style>
a { background-color: #786DAA; }
a { background-color: rgb(120,109,170); }
div.DivClassName
{
background-color: #786DAA;
}
.BgClassName
{
background-color: #786DAA;
}
</style>
border-color css
<style>
span { border-color: #786DAA; }
span { border-color: rgb(120,109,170); }
td.TdClassName
{
border-color: #786DAA;
}
.TagClassName
{
border-color: #786DAA;
}
</style>