Shades of Scampi #77749C
Tints of Scampi #77749C
RGB
CMYK
RGB Variations
Color information
#77749C (or 0x77749C) is known color: Scampi. HEX triplet: 77, 74 and 9C. RGB value is (119,116,156). Sum of RGB (Red+Green+Blue) = 119+116+156=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #77749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77749C is #888B63. Grayscale: #797979. Windows color (decimal): -8948580 or 10253431. OLE color: 10253431.
HSL color Cylindrical-coordinate representation of color #77749C: hue angle of 244.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77749C is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 116 | 156 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.39 |
| HSL | 244.5º | 0.17% | 0.53% | - |
| HSV(B) | 244.5º | 0.26% | 0.61% | - |
| XYZ | 19.85 | 18.81 | 34.04 | - |
| YUV | 121.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 156 | 0.24 | 0.26 | 0 | 0.39 | 244.5 | 0.17 | 0.53 |
| Hex | 77 | 74 | 9C | 18 | 1A | 0 | 27 | F4 | 11 | 35 |
| Octal | 167 | 164 | 234 | 30 | 32 | 0 | 47 | 364 | 21 | 65 |
| Binary | 1110111 | 1110100 | 10011100 | 11000 | 11010 | 0 | 100111 | 11110100 | 10001 | 110101 |
Color Harmonies of #77749C
Complementary color
Monochromatic Colors of #77749C
Black with #77749C
Text Example
Text Example
White with #77749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77749C; }
p { color: rgb(119,116,156); }
H1.HeaderClassName
{
color: #77749C;
}
.AnyTagClassName
{
color: #77749C;
}
</style>
background-color css
<style>
a { background-color: #77749C; }
a { background-color: rgb(119,116,156); }
div.DivClassName
{
background-color: #77749C;
}
.BgClassName
{
background-color: #77749C;
}
</style>
border-color css
<style>
span { border-color: #77749C; }
span { border-color: rgb(119,116,156); }
td.TdClassName
{
border-color: #77749C;
}
.TagClassName
{
border-color: #77749C;
}
</style>