Shades of Scampi #77708F
Tints of Scampi #77708F
RGB
CMYK
RGB Variations
Color information
#77708F (or 0x77708F) is known color: Scampi. HEX triplet: 77, 70 and 8F. RGB value is (119,112,143). Sum of RGB (Red+Green+Blue) = 119+112+143=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #77708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77708F is #888F70. Grayscale: #757575. Windows color (decimal): -8949617 or 9400439. OLE color: 9400439.
HSL color Cylindrical-coordinate representation of color #77708F: hue angle of 253.55º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77708F is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 112 | 143 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.44 |
| HSL | 253.55º | 0.12% | 0.5% | - |
| HSV(B) | 253.55º | 0.22% | 0.56% | - |
| XYZ | 18.36 | 17.49 | 28.4 | - |
| YUV | 117.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 143 | 0.17 | 0.22 | 0 | 0.44 | 253.55 | 0.12 | 0.5 |
| Hex | 77 | 70 | 8F | 11 | 16 | 0 | 2C | FE | C | 32 |
| Octal | 167 | 160 | 217 | 21 | 26 | 0 | 54 | 376 | 14 | 62 |
| Binary | 1110111 | 1110000 | 10001111 | 10001 | 10110 | 0 | 101100 | 11111110 | 1100 | 110010 |
Color Harmonies of #77708F
Complementary color
Monochromatic Colors of #77708F
Black with #77708F
Text Example
Text Example
White with #77708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77708F; }
p { color: rgb(119,112,143); }
H1.HeaderClassName
{
color: #77708F;
}
.AnyTagClassName
{
color: #77708F;
}
</style>
background-color css
<style>
a { background-color: #77708F; }
a { background-color: rgb(119,112,143); }
div.DivClassName
{
background-color: #77708F;
}
.BgClassName
{
background-color: #77708F;
}
</style>
border-color css
<style>
span { border-color: #77708F; }
span { border-color: rgb(119,112,143); }
td.TdClassName
{
border-color: #77708F;
}
.TagClassName
{
border-color: #77708F;
}
</style>