Shades of Scampi #777392
Tints of Scampi #777392
RGB
CMYK
RGB Variations
Color information
#777392 (or 0x777392) is known color: Scampi. HEX triplet: 77, 73 and 92. RGB value is (119,115,146). Sum of RGB (Red+Green+Blue) = 119+115+146=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #777392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777392 is #888C6D. Grayscale: #777777. Windows color (decimal): -8948846 or 9597815. OLE color: 9597815.
HSL color Cylindrical-coordinate representation of color #777392: hue angle of 247.74º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777392 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 115 | 146 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.43 |
| HSL | 247.74º | 0.12% | 0.51% | - |
| HSV(B) | 247.74º | 0.21% | 0.57% | - |
| XYZ | 18.93 | 18.26 | 29.72 | - |
| YUV | 119.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 146 | 0.18 | 0.21 | 0 | 0.43 | 247.74 | 0.12 | 0.51 |
| Hex | 77 | 73 | 92 | 12 | 15 | 0 | 2B | F8 | C | 33 |
| Octal | 167 | 163 | 222 | 22 | 25 | 0 | 53 | 370 | 14 | 63 |
| Binary | 1110111 | 1110011 | 10010010 | 10010 | 10101 | 0 | 101011 | 11111000 | 1100 | 110011 |
Color Harmonies of #777392
Complementary color
Monochromatic Colors of #777392
Black with #777392
Text Example
Text Example
White with #777392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777392; }
p { color: rgb(119,115,146); }
H1.HeaderClassName
{
color: #777392;
}
.AnyTagClassName
{
color: #777392;
}
</style>
background-color css
<style>
a { background-color: #777392; }
a { background-color: rgb(119,115,146); }
div.DivClassName
{
background-color: #777392;
}
.BgClassName
{
background-color: #777392;
}
</style>
border-color css
<style>
span { border-color: #777392; }
span { border-color: rgb(119,115,146); }
td.TdClassName
{
border-color: #777392;
}
.TagClassName
{
border-color: #777392;
}
</style>