Shades of Scampi #776098
Tints of Scampi #776098
RGB
CMYK
RGB Variations
Color information
#776098 (or 0x776098) is known color: Scampi. HEX triplet: 77, 60 and 98. RGB value is (119,96,152). Sum of RGB (Red+Green+Blue) = 119+96+152=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #776098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776098 is #889F67. Grayscale: #6D6D6D. Windows color (decimal): -8953704 or 9986167. OLE color: 9986167.
HSL color Cylindrical-coordinate representation of color #776098: hue angle of 264.64º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #776098 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 96 | 152 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.40 |
| HSL | 264.64º | 0.23% | 0.49% | - |
| HSV(B) | 264.64º | 0.37% | 0.6% | - |
| XYZ | 17.46 | 14.55 | 31.59 | - |
| YUV | 109.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 152 | 0.22 | 0.37 | 0 | 0.40 | 264.64 | 0.23 | 0.49 |
| Hex | 77 | 60 | 98 | 16 | 25 | 0 | 28 | 109 | 17 | 31 |
| Octal | 167 | 140 | 230 | 26 | 45 | 0 | 50 | 411 | 27 | 61 |
| Binary | 1110111 | 1100000 | 10011000 | 10110 | 100101 | 0 | 101000 | 100001001 | 10111 | 110001 |
Color Harmonies of #776098
Complementary color
Monochromatic Colors of #776098
Black with #776098
Text Example
Text Example
White with #776098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776098; }
p { color: rgb(119,96,152); }
H1.HeaderClassName
{
color: #776098;
}
.AnyTagClassName
{
color: #776098;
}
</style>
background-color css
<style>
a { background-color: #776098; }
a { background-color: rgb(119,96,152); }
div.DivClassName
{
background-color: #776098;
}
.BgClassName
{
background-color: #776098;
}
</style>
border-color css
<style>
span { border-color: #776098; }
span { border-color: rgb(119,96,152); }
td.TdClassName
{
border-color: #776098;
}
.TagClassName
{
border-color: #776098;
}
</style>