Shades of Scampi #77709C
Tints of Scampi #77709C
RGB
CMYK
RGB Variations
Color information
#77709C (or 0x77709C) is known color: Scampi. HEX triplet: 77, 70 and 9C. RGB value is (119,112,156). Sum of RGB (Red+Green+Blue) = 119+112+156=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #77709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77709C is #888F63. Grayscale: #767676. Windows color (decimal): -8949604 or 10252407. OLE color: 10252407.
HSL color Cylindrical-coordinate representation of color #77709C: hue angle of 249.55º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77709C is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 112 | 156 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.39 |
| HSL | 249.55º | 0.18% | 0.53% | - |
| HSV(B) | 249.55º | 0.28% | 0.61% | - |
| XYZ | 19.4 | 17.91 | 33.89 | - |
| YUV | 119.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 156 | 0.24 | 0.28 | 0 | 0.39 | 249.55 | 0.18 | 0.53 |
| Hex | 77 | 70 | 9C | 18 | 1C | 0 | 27 | FA | 12 | 35 |
| Octal | 167 | 160 | 234 | 30 | 34 | 0 | 47 | 372 | 22 | 65 |
| Binary | 1110111 | 1110000 | 10011100 | 11000 | 11100 | 0 | 100111 | 11111010 | 10010 | 110101 |
Color Harmonies of #77709C
Complementary color
Monochromatic Colors of #77709C
Black with #77709C
Text Example
Text Example
White with #77709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77709C; }
p { color: rgb(119,112,156); }
H1.HeaderClassName
{
color: #77709C;
}
.AnyTagClassName
{
color: #77709C;
}
</style>
background-color css
<style>
a { background-color: #77709C; }
a { background-color: rgb(119,112,156); }
div.DivClassName
{
background-color: #77709C;
}
.BgClassName
{
background-color: #77709C;
}
</style>
border-color css
<style>
span { border-color: #77709C; }
span { border-color: rgb(119,112,156); }
td.TdClassName
{
border-color: #77709C;
}
.TagClassName
{
border-color: #77709C;
}
</style>