Shades of Scampi #77768E
Tints of Scampi #77768E
RGB
CMYK
RGB Variations
Color information
#77768E (or 0x77768E) is known color: Scampi. HEX triplet: 77, 76 and 8E. RGB value is (119,118,142). Sum of RGB (Red+Green+Blue) = 119+118+142=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #77768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77768E is #888971. Grayscale: #787878. Windows color (decimal): -8948082 or 9336439. OLE color: 9336439.
HSL color Cylindrical-coordinate representation of color #77768E: hue angle of 242.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77768E is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 118 | 142 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.44 |
| HSL | 242.5º | 0.1% | 0.51% | - |
| HSV(B) | 242.5º | 0.17% | 0.56% | - |
| XYZ | 18.97 | 18.83 | 28.23 | - |
| YUV | 121.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 142 | 0.16 | 0.17 | 0 | 0.44 | 242.5 | 0.1 | 0.51 |
| Hex | 77 | 76 | 8E | 10 | 11 | 0 | 2C | F2 | A | 33 |
| Octal | 167 | 166 | 216 | 20 | 21 | 0 | 54 | 362 | 12 | 63 |
| Binary | 1110111 | 1110110 | 10001110 | 10000 | 10001 | 0 | 101100 | 11110010 | 1010 | 110011 |
Color Harmonies of #77768E
Complementary color
Monochromatic Colors of #77768E
Black with #77768E
Text Example
Text Example
White with #77768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77768E; }
p { color: rgb(119,118,142); }
H1.HeaderClassName
{
color: #77768E;
}
.AnyTagClassName
{
color: #77768E;
}
</style>
background-color css
<style>
a { background-color: #77768E; }
a { background-color: rgb(119,118,142); }
div.DivClassName
{
background-color: #77768E;
}
.BgClassName
{
background-color: #77768E;
}
</style>
border-color css
<style>
span { border-color: #77768E; }
span { border-color: rgb(119,118,142); }
td.TdClassName
{
border-color: #77768E;
}
.TagClassName
{
border-color: #77768E;
}
</style>