Shades of Scampi #77689E
Tints of Scampi #77689E
RGB
CMYK
RGB Variations
Color information
#77689E (or 0x77689E) is known color: Scampi. HEX triplet: 77, 68 and 9E. RGB value is (119,104,158). Sum of RGB (Red+Green+Blue) = 119+104+158=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #77689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77689E is #889761. Grayscale: #727272. Windows color (decimal): -8951650 or 10381431. OLE color: 10381431.
HSL color Cylindrical-coordinate representation of color #77689E: hue angle of 256.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77689E is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 104 | 158 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.38 |
| HSL | 256.67º | 0.22% | 0.51% | - |
| HSV(B) | 256.67º | 0.34% | 0.62% | - |
| XYZ | 18.73 | 16.29 | 34.51 | - |
| YUV | 114.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 158 | 0.25 | 0.34 | 0 | 0.38 | 256.67 | 0.22 | 0.51 |
| Hex | 77 | 68 | 9E | 19 | 22 | 0 | 26 | 101 | 16 | 33 |
| Octal | 167 | 150 | 236 | 31 | 42 | 0 | 46 | 401 | 26 | 63 |
| Binary | 1110111 | 1101000 | 10011110 | 11001 | 100010 | 0 | 100110 | 100000001 | 10110 | 110011 |
Color Harmonies of #77689E
Complementary color
Monochromatic Colors of #77689E
Black with #77689E
Text Example
Text Example
White with #77689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77689E; }
p { color: rgb(119,104,158); }
H1.HeaderClassName
{
color: #77689E;
}
.AnyTagClassName
{
color: #77689E;
}
</style>
background-color css
<style>
a { background-color: #77689E; }
a { background-color: rgb(119,104,158); }
div.DivClassName
{
background-color: #77689E;
}
.BgClassName
{
background-color: #77689E;
}
</style>
border-color css
<style>
span { border-color: #77689E; }
span { border-color: rgb(119,104,158); }
td.TdClassName
{
border-color: #77689E;
}
.TagClassName
{
border-color: #77689E;
}
</style>