Shades of Scampi #777397
Tints of Scampi #777397
RGB
CMYK
RGB Variations
Color information
#777397 (or 0x777397) is known color: Scampi. HEX triplet: 77, 73 and 97. RGB value is (119,115,151). Sum of RGB (Red+Green+Blue) = 119+115+151=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #777397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777397 is #888C68. Grayscale: #787878. Windows color (decimal): -8948841 or 9925495. OLE color: 9925495.
HSL color Cylindrical-coordinate representation of color #777397: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #777397 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 115 | 151 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.41 |
| HSL | 246.67º | 0.15% | 0.52% | - |
| HSV(B) | 246.67º | 0.24% | 0.59% | - |
| XYZ | 19.32 | 18.42 | 31.81 | - |
| YUV | 120.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 151 | 0.21 | 0.24 | 0 | 0.41 | 246.67 | 0.15 | 0.52 |
| Hex | 77 | 73 | 97 | 15 | 18 | 0 | 29 | F7 | F | 34 |
| Octal | 167 | 163 | 227 | 25 | 30 | 0 | 51 | 367 | 17 | 64 |
| Binary | 1110111 | 1110011 | 10010111 | 10101 | 11000 | 0 | 101001 | 11110111 | 1111 | 110100 |
Color Harmonies of #777397
Complementary color
Monochromatic Colors of #777397
Black with #777397
Text Example
Text Example
White with #777397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777397; }
p { color: rgb(119,115,151); }
H1.HeaderClassName
{
color: #777397;
}
.AnyTagClassName
{
color: #777397;
}
</style>
background-color css
<style>
a { background-color: #777397; }
a { background-color: rgb(119,115,151); }
div.DivClassName
{
background-color: #777397;
}
.BgClassName
{
background-color: #777397;
}
</style>
border-color css
<style>
span { border-color: #777397; }
span { border-color: rgb(119,115,151); }
td.TdClassName
{
border-color: #777397;
}
.TagClassName
{
border-color: #777397;
}
</style>