Shades of Scampi #777093
Tints of Scampi #777093
RGB
CMYK
RGB Variations
Color information
#777093 (or 0x777093) is known color: Scampi. HEX triplet: 77, 70 and 93. RGB value is (119,112,147). Sum of RGB (Red+Green+Blue) = 119+112+147=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #777093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777093 is #888F6C. Grayscale: #757575. Windows color (decimal): -8949613 or 9662583. OLE color: 9662583.
HSL color Cylindrical-coordinate representation of color #777093: hue angle of 252º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #777093 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 112 | 147 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.42 |
| HSL | 252º | 0.14% | 0.51% | - |
| HSV(B) | 252º | 0.24% | 0.58% | - |
| XYZ | 18.67 | 17.62 | 30.02 | - |
| YUV | 118.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 147 | 0.19 | 0.24 | 0 | 0.42 | 252 | 0.14 | 0.51 |
| Hex | 77 | 70 | 93 | 13 | 18 | 0 | 2A | FC | E | 33 |
| Octal | 167 | 160 | 223 | 23 | 30 | 0 | 52 | 374 | 16 | 63 |
| Binary | 1110111 | 1110000 | 10010011 | 10011 | 11000 | 0 | 101010 | 11111100 | 1110 | 110011 |
Color Harmonies of #777093
Complementary color
Monochromatic Colors of #777093
Black with #777093
Text Example
Text Example
White with #777093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777093; }
p { color: rgb(119,112,147); }
H1.HeaderClassName
{
color: #777093;
}
.AnyTagClassName
{
color: #777093;
}
</style>
background-color css
<style>
a { background-color: #777093; }
a { background-color: rgb(119,112,147); }
div.DivClassName
{
background-color: #777093;
}
.BgClassName
{
background-color: #777093;
}
</style>
border-color css
<style>
span { border-color: #777093; }
span { border-color: rgb(119,112,147); }
td.TdClassName
{
border-color: #777093;
}
.TagClassName
{
border-color: #777093;
}
</style>