Shades of Scampi #77759B
Tints of Scampi #77759B
RGB
CMYK
RGB Variations
Color information
#77759B (or 0x77759B) is known color: Scampi. HEX triplet: 77, 75 and 9B. RGB value is (119,117,155). Sum of RGB (Red+Green+Blue) = 119+117+155=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #77759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77759B is #888A64. Grayscale: #797979. Windows color (decimal): -8948325 or 10188151. OLE color: 10188151.
HSL color Cylindrical-coordinate representation of color #77759B: hue angle of 243.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77759B is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 117 | 155 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.39 |
| HSL | 243.16º | 0.16% | 0.53% | - |
| HSV(B) | 243.16º | 0.25% | 0.61% | - |
| XYZ | 19.89 | 19.01 | 33.63 | - |
| YUV | 121.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 155 | 0.23 | 0.25 | 0 | 0.39 | 243.16 | 0.16 | 0.53 |
| Hex | 77 | 75 | 9B | 17 | 19 | 0 | 27 | F3 | 10 | 35 |
| Octal | 167 | 165 | 233 | 27 | 31 | 0 | 47 | 363 | 20 | 65 |
| Binary | 1110111 | 1110101 | 10011011 | 10111 | 11001 | 0 | 100111 | 11110011 | 10000 | 110101 |
Color Harmonies of #77759B
Complementary color
Monochromatic Colors of #77759B
Black with #77759B
Text Example
Text Example
White with #77759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77759B; }
p { color: rgb(119,117,155); }
H1.HeaderClassName
{
color: #77759B;
}
.AnyTagClassName
{
color: #77759B;
}
</style>
background-color css
<style>
a { background-color: #77759B; }
a { background-color: rgb(119,117,155); }
div.DivClassName
{
background-color: #77759B;
}
.BgClassName
{
background-color: #77759B;
}
</style>
border-color css
<style>
span { border-color: #77759B; }
span { border-color: rgb(119,117,155); }
td.TdClassName
{
border-color: #77759B;
}
.TagClassName
{
border-color: #77759B;
}
</style>