Shades of Scampi #776595
Tints of Scampi #776595
RGB
CMYK
RGB Variations
Color information
#776595 (or 0x776595) is known color: Scampi. HEX triplet: 77, 65 and 95. RGB value is (119,101,149). Sum of RGB (Red+Green+Blue) = 119+101+149=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #776595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776595 is #889A6A. Grayscale: #6F6F6F. Windows color (decimal): -8952427 or 9790839. OLE color: 9790839.
HSL color Cylindrical-coordinate representation of color #776595: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776595 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 101 | 149 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.42 |
| HSL | 262.5º | 0.19% | 0.49% | - |
| HSV(B) | 262.5º | 0.32% | 0.58% | - |
| XYZ | 17.69 | 15.4 | 30.47 | - |
| YUV | 111.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 149 | 0.20 | 0.32 | 0 | 0.42 | 262.5 | 0.19 | 0.49 |
| Hex | 77 | 65 | 95 | 14 | 20 | 0 | 2A | 106 | 13 | 31 |
| Octal | 167 | 145 | 225 | 24 | 40 | 0 | 52 | 406 | 23 | 61 |
| Binary | 1110111 | 1100101 | 10010101 | 10100 | 100000 | 0 | 101010 | 100000110 | 10011 | 110001 |
Color Harmonies of #776595
Complementary color
Monochromatic Colors of #776595
Black with #776595
Text Example
Text Example
White with #776595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776595; }
p { color: rgb(119,101,149); }
H1.HeaderClassName
{
color: #776595;
}
.AnyTagClassName
{
color: #776595;
}
</style>
background-color css
<style>
a { background-color: #776595; }
a { background-color: rgb(119,101,149); }
div.DivClassName
{
background-color: #776595;
}
.BgClassName
{
background-color: #776595;
}
</style>
border-color css
<style>
span { border-color: #776595; }
span { border-color: rgb(119,101,149); }
td.TdClassName
{
border-color: #776595;
}
.TagClassName
{
border-color: #776595;
}
</style>