Shades of Scampi #776897
Tints of Scampi #776897
RGB
CMYK
RGB Variations
Color information
#776897 (or 0x776897) is known color: Scampi. HEX triplet: 77, 68 and 97. RGB value is (119,104,151). Sum of RGB (Red+Green+Blue) = 119+104+151=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #776897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776897 is #889768. Grayscale: #717171. Windows color (decimal): -8951657 or 9922679. OLE color: 9922679.
HSL color Cylindrical-coordinate representation of color #776897: hue angle of 259.15º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776897 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 104 | 151 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.41 |
| HSL | 259.15º | 0.18% | 0.5% | - |
| HSV(B) | 259.15º | 0.31% | 0.59% | - |
| XYZ | 18.14 | 16.06 | 31.42 | - |
| YUV | 113.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 151 | 0.21 | 0.31 | 0 | 0.41 | 259.15 | 0.18 | 0.5 |
| Hex | 77 | 68 | 97 | 15 | 1F | 0 | 29 | 103 | 12 | 32 |
| Octal | 167 | 150 | 227 | 25 | 37 | 0 | 51 | 403 | 22 | 62 |
| Binary | 1110111 | 1101000 | 10010111 | 10101 | 11111 | 0 | 101001 | 100000011 | 10010 | 110010 |
Color Harmonies of #776897
Complementary color
Monochromatic Colors of #776897
Black with #776897
Text Example
Text Example
White with #776897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776897; }
p { color: rgb(119,104,151); }
H1.HeaderClassName
{
color: #776897;
}
.AnyTagClassName
{
color: #776897;
}
</style>
background-color css
<style>
a { background-color: #776897; }
a { background-color: rgb(119,104,151); }
div.DivClassName
{
background-color: #776897;
}
.BgClassName
{
background-color: #776897;
}
</style>
border-color css
<style>
span { border-color: #776897; }
span { border-color: rgb(119,104,151); }
td.TdClassName
{
border-color: #776897;
}
.TagClassName
{
border-color: #776897;
}
</style>