Shades of Scampi #77708E
Tints of Scampi #77708E
RGB
CMYK
RGB Variations
Color information
#77708E (or 0x77708E) is known color: Scampi. HEX triplet: 77, 70 and 8E. RGB value is (119,112,142). Sum of RGB (Red+Green+Blue) = 119+112+142=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #77708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77708E is #888F71. Grayscale: #757575. Windows color (decimal): -8949618 or 9334903. OLE color: 9334903.
HSL color Cylindrical-coordinate representation of color #77708E: hue angle of 254º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77708E is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 112 | 142 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.44 |
| HSL | 254º | 0.12% | 0.5% | - |
| HSV(B) | 254º | 0.21% | 0.56% | - |
| XYZ | 18.28 | 17.46 | 28 | - |
| YUV | 117.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 142 | 0.16 | 0.21 | 0 | 0.44 | 254 | 0.12 | 0.5 |
| Hex | 77 | 70 | 8E | 10 | 15 | 0 | 2C | FE | C | 32 |
| Octal | 167 | 160 | 216 | 20 | 25 | 0 | 54 | 376 | 14 | 62 |
| Binary | 1110111 | 1110000 | 10001110 | 10000 | 10101 | 0 | 101100 | 11111110 | 1100 | 110010 |
Color Harmonies of #77708E
Complementary color
Monochromatic Colors of #77708E
Black with #77708E
Text Example
Text Example
White with #77708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77708E; }
p { color: rgb(119,112,142); }
H1.HeaderClassName
{
color: #77708E;
}
.AnyTagClassName
{
color: #77708E;
}
</style>
background-color css
<style>
a { background-color: #77708E; }
a { background-color: rgb(119,112,142); }
div.DivClassName
{
background-color: #77708E;
}
.BgClassName
{
background-color: #77708E;
}
</style>
border-color css
<style>
span { border-color: #77708E; }
span { border-color: rgb(119,112,142); }
td.TdClassName
{
border-color: #77708E;
}
.TagClassName
{
border-color: #77708E;
}
</style>