Shades of Scampi #77609B
Tints of Scampi #77609B
RGB
CMYK
RGB Variations
Color information
#77609B (or 0x77609B) is known color: Scampi. HEX triplet: 77, 60 and 9B. RGB value is (119,96,155). Sum of RGB (Red+Green+Blue) = 119+96+155=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #77609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77609B is #889F64. Grayscale: #6D6D6D. Windows color (decimal): -8953701 or 10182775. OLE color: 10182775.
HSL color Cylindrical-coordinate representation of color #77609B: hue angle of 263.39º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77609B is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 96 | 155 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.39 |
| HSL | 263.39º | 0.24% | 0.49% | - |
| HSV(B) | 263.39º | 0.38% | 0.61% | - |
| XYZ | 17.71 | 14.65 | 32.91 | - |
| YUV | 109.6 | 153.62 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 155 | 0.23 | 0.38 | 0 | 0.39 | 263.39 | 0.24 | 0.49 |
| Hex | 77 | 60 | 9B | 17 | 26 | 0 | 27 | 107 | 18 | 31 |
| Octal | 167 | 140 | 233 | 27 | 46 | 0 | 47 | 407 | 30 | 61 |
| Binary | 1110111 | 1100000 | 10011011 | 10111 | 100110 | 0 | 100111 | 100000111 | 11000 | 110001 |
Color Harmonies of #77609B
Complementary color
Monochromatic Colors of #77609B
Black with #77609B
Text Example
Text Example
White with #77609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77609B; }
p { color: rgb(119,96,155); }
H1.HeaderClassName
{
color: #77609B;
}
.AnyTagClassName
{
color: #77609B;
}
</style>
background-color css
<style>
a { background-color: #77609B; }
a { background-color: rgb(119,96,155); }
div.DivClassName
{
background-color: #77609B;
}
.BgClassName
{
background-color: #77609B;
}
</style>
border-color css
<style>
span { border-color: #77609B; }
span { border-color: rgb(119,96,155); }
td.TdClassName
{
border-color: #77609B;
}
.TagClassName
{
border-color: #77609B;
}
</style>