Shades of Scampi #77709F
Tints of Scampi #77709F
RGB
CMYK
RGB Variations
Color information
#77709F (or 0x77709F) is known color: Scampi. HEX triplet: 77, 70 and 9F. RGB value is (119,112,159). Sum of RGB (Red+Green+Blue) = 119+112+159=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #77709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77709F is #888F60. Grayscale: #777777. Windows color (decimal): -8949601 or 10449015. OLE color: 10449015.
HSL color Cylindrical-coordinate representation of color #77709F: hue angle of 248.94º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77709F is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 112 | 159 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.38 |
| HSL | 248.94º | 0.2% | 0.53% | - |
| HSV(B) | 248.94º | 0.3% | 0.62% | - |
| XYZ | 19.66 | 18.01 | 35.24 | - |
| YUV | 119.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 159 | 0.25 | 0.30 | 0 | 0.38 | 248.94 | 0.2 | 0.53 |
| Hex | 77 | 70 | 9F | 19 | 1E | 0 | 26 | F9 | 14 | 35 |
| Octal | 167 | 160 | 237 | 31 | 36 | 0 | 46 | 371 | 24 | 65 |
| Binary | 1110111 | 1110000 | 10011111 | 11001 | 11110 | 0 | 100110 | 11111001 | 10100 | 110101 |
Color Harmonies of #77709F
Complementary color
Monochromatic Colors of #77709F
Black with #77709F
Text Example
Text Example
White with #77709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77709F; }
p { color: rgb(119,112,159); }
H1.HeaderClassName
{
color: #77709F;
}
.AnyTagClassName
{
color: #77709F;
}
</style>
background-color css
<style>
a { background-color: #77709F; }
a { background-color: rgb(119,112,159); }
div.DivClassName
{
background-color: #77709F;
}
.BgClassName
{
background-color: #77709F;
}
</style>
border-color css
<style>
span { border-color: #77709F; }
span { border-color: rgb(119,112,159); }
td.TdClassName
{
border-color: #77709F;
}
.TagClassName
{
border-color: #77709F;
}
</style>