Shades of Scampi #77619F
Tints of Scampi #77619F
RGB
CMYK
RGB Variations
Color information
#77619F (or 0x77619F) is known color: Scampi. HEX triplet: 77, 61 and 9F. RGB value is (119,97,159). Sum of RGB (Red+Green+Blue) = 119+97+159=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #77619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77619F is #889E60. Grayscale: #6E6E6E. Windows color (decimal): -8953441 or 10445175. OLE color: 10445175.
HSL color Cylindrical-coordinate representation of color #77619F: hue angle of 261.29º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77619F is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 97 | 159 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.38 |
| HSL | 261.29º | 0.24% | 0.5% | - |
| HSV(B) | 261.29º | 0.39% | 0.62% | - |
| XYZ | 18.14 | 14.97 | 34.74 | - |
| YUV | 110.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 159 | 0.25 | 0.39 | 0 | 0.38 | 261.29 | 0.24 | 0.5 |
| Hex | 77 | 61 | 9F | 19 | 27 | 0 | 26 | 105 | 18 | 32 |
| Octal | 167 | 141 | 237 | 31 | 47 | 0 | 46 | 405 | 30 | 62 |
| Binary | 1110111 | 1100001 | 10011111 | 11001 | 100111 | 0 | 100110 | 100000101 | 11000 | 110010 |
Color Harmonies of #77619F
Complementary color
Monochromatic Colors of #77619F
Black with #77619F
Text Example
Text Example
White with #77619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77619F; }
p { color: rgb(119,97,159); }
H1.HeaderClassName
{
color: #77619F;
}
.AnyTagClassName
{
color: #77619F;
}
</style>
background-color css
<style>
a { background-color: #77619F; }
a { background-color: rgb(119,97,159); }
div.DivClassName
{
background-color: #77619F;
}
.BgClassName
{
background-color: #77619F;
}
</style>
border-color css
<style>
span { border-color: #77619F; }
span { border-color: rgb(119,97,159); }
td.TdClassName
{
border-color: #77619F;
}
.TagClassName
{
border-color: #77619F;
}
</style>