Shades of Scampi #77649A
Tints of Scampi #77649A
RGB
CMYK
RGB Variations
Color information
#77649A (or 0x77649A) is known color: Scampi. HEX triplet: 77, 64 and 9A. RGB value is (119,100,154). Sum of RGB (Red+Green+Blue) = 119+100+154=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #77649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77649A is #889B65. Grayscale: #6F6F6F. Windows color (decimal): -8952678 or 10118263. OLE color: 10118263.
HSL color Cylindrical-coordinate representation of color #77649A: hue angle of 261.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77649A is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 100 | 154 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.40 |
| HSL | 261.11º | 0.21% | 0.5% | - |
| HSV(B) | 261.11º | 0.35% | 0.6% | - |
| XYZ | 18 | 15.37 | 32.59 | - |
| YUV | 111.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 154 | 0.23 | 0.35 | 0 | 0.40 | 261.11 | 0.21 | 0.5 |
| Hex | 77 | 64 | 9A | 17 | 23 | 0 | 28 | 105 | 15 | 32 |
| Octal | 167 | 144 | 232 | 27 | 43 | 0 | 50 | 405 | 25 | 62 |
| Binary | 1110111 | 1100100 | 10011010 | 10111 | 100011 | 0 | 101000 | 100000101 | 10101 | 110010 |
Color Harmonies of #77649A
Complementary color
Monochromatic Colors of #77649A
Black with #77649A
Text Example
Text Example
White with #77649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77649A; }
p { color: rgb(119,100,154); }
H1.HeaderClassName
{
color: #77649A;
}
.AnyTagClassName
{
color: #77649A;
}
</style>
background-color css
<style>
a { background-color: #77649A; }
a { background-color: rgb(119,100,154); }
div.DivClassName
{
background-color: #77649A;
}
.BgClassName
{
background-color: #77649A;
}
</style>
border-color css
<style>
span { border-color: #77649A; }
span { border-color: rgb(119,100,154); }
td.TdClassName
{
border-color: #77649A;
}
.TagClassName
{
border-color: #77649A;
}
</style>