Shades of Scampi #776296
Tints of Scampi #776296
RGB
CMYK
RGB Variations
Color information
#776296 (or 0x776296) is known color: Scampi. HEX triplet: 77, 62 and 96. RGB value is (119,98,150). Sum of RGB (Red+Green+Blue) = 119+98+150=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #776296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776296 is #889D69. Grayscale: #6E6E6E. Windows color (decimal): -8953194 or 9855607. OLE color: 9855607.
HSL color Cylindrical-coordinate representation of color #776296: hue angle of 264.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #776296 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 98 | 150 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.41 |
| HSL | 264.23º | 0.21% | 0.49% | - |
| HSV(B) | 264.23º | 0.35% | 0.59% | - |
| XYZ | 17.48 | 14.86 | 30.8 | - |
| YUV | 110.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 150 | 0.21 | 0.35 | 0 | 0.41 | 264.23 | 0.21 | 0.49 |
| Hex | 77 | 62 | 96 | 15 | 23 | 0 | 29 | 108 | 15 | 31 |
| Octal | 167 | 142 | 226 | 25 | 43 | 0 | 51 | 410 | 25 | 61 |
| Binary | 1110111 | 1100010 | 10010110 | 10101 | 100011 | 0 | 101001 | 100001000 | 10101 | 110001 |
Color Harmonies of #776296
Complementary color
Monochromatic Colors of #776296
Black with #776296
Text Example
Text Example
White with #776296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776296; }
p { color: rgb(119,98,150); }
H1.HeaderClassName
{
color: #776296;
}
.AnyTagClassName
{
color: #776296;
}
</style>
background-color css
<style>
a { background-color: #776296; }
a { background-color: rgb(119,98,150); }
div.DivClassName
{
background-color: #776296;
}
.BgClassName
{
background-color: #776296;
}
</style>
border-color css
<style>
span { border-color: #776296; }
span { border-color: rgb(119,98,150); }
td.TdClassName
{
border-color: #776296;
}
.TagClassName
{
border-color: #776296;
}
</style>