Shades of Scampi #77699E
Tints of Scampi #77699E
RGB
CMYK
RGB Variations
Color information
#77699E (or 0x77699E) is known color: Scampi. HEX triplet: 77, 69 and 9E. RGB value is (119,105,158). Sum of RGB (Red+Green+Blue) = 119+105+158=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #77699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77699E is #889661. Grayscale: #737373. Windows color (decimal): -8951394 or 10381687. OLE color: 10381687.
HSL color Cylindrical-coordinate representation of color #77699E: hue angle of 255.85º degrees, saturation: 0.21, 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 #77699E is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 105 | 158 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.38 |
| HSL | 255.85º | 0.21% | 0.52% | - |
| HSV(B) | 255.85º | 0.34% | 0.62% | - |
| XYZ | 18.83 | 16.49 | 34.54 | - |
| YUV | 115.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 158 | 0.25 | 0.34 | 0 | 0.38 | 255.85 | 0.21 | 0.52 |
| Hex | 77 | 69 | 9E | 19 | 22 | 0 | 26 | 100 | 15 | 34 |
| Octal | 167 | 151 | 236 | 31 | 42 | 0 | 46 | 400 | 25 | 64 |
| Binary | 1110111 | 1101001 | 10011110 | 11001 | 100010 | 0 | 100110 | 100000000 | 10101 | 110100 |
Color Harmonies of #77699E
Complementary color
Monochromatic Colors of #77699E
Black with #77699E
Text Example
Text Example
White with #77699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77699E; }
p { color: rgb(119,105,158); }
H1.HeaderClassName
{
color: #77699E;
}
.AnyTagClassName
{
color: #77699E;
}
</style>
background-color css
<style>
a { background-color: #77699E; }
a { background-color: rgb(119,105,158); }
div.DivClassName
{
background-color: #77699E;
}
.BgClassName
{
background-color: #77699E;
}
</style>
border-color css
<style>
span { border-color: #77699E; }
span { border-color: rgb(119,105,158); }
td.TdClassName
{
border-color: #77699E;
}
.TagClassName
{
border-color: #77699E;
}
</style>