Shades of Scampi #77769F
Tints of Scampi #77769F
RGB
CMYK
RGB Variations
Color information
#77769F (or 0x77769F) is known color: Scampi. HEX triplet: 77, 76 and 9F. RGB value is (119,118,159). Sum of RGB (Red+Green+Blue) = 119+118+159=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #77769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77769F is #888960. Grayscale: #7A7A7A. Windows color (decimal): -8948065 or 10450551. OLE color: 10450551.
HSL color Cylindrical-coordinate representation of color #77769F: hue angle of 241.46º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77769F is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 118 | 159 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.38 |
| HSL | 241.46º | 0.18% | 0.54% | - |
| HSV(B) | 241.46º | 0.26% | 0.62% | - |
| XYZ | 20.34 | 19.38 | 35.47 | - |
| YUV | 122.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 159 | 0.25 | 0.26 | 0 | 0.38 | 241.46 | 0.18 | 0.54 |
| Hex | 77 | 76 | 9F | 19 | 1A | 0 | 26 | F1 | 12 | 36 |
| Octal | 167 | 166 | 237 | 31 | 32 | 0 | 46 | 361 | 22 | 66 |
| Binary | 1110111 | 1110110 | 10011111 | 11001 | 11010 | 0 | 100110 | 11110001 | 10010 | 110110 |
Color Harmonies of #77769F
Complementary color
Monochromatic Colors of #77769F
Black with #77769F
Text Example
Text Example
White with #77769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77769F; }
p { color: rgb(119,118,159); }
H1.HeaderClassName
{
color: #77769F;
}
.AnyTagClassName
{
color: #77769F;
}
</style>
background-color css
<style>
a { background-color: #77769F; }
a { background-color: rgb(119,118,159); }
div.DivClassName
{
background-color: #77769F;
}
.BgClassName
{
background-color: #77769F;
}
</style>
border-color css
<style>
span { border-color: #77769F; }
span { border-color: rgb(119,118,159); }
td.TdClassName
{
border-color: #77769F;
}
.TagClassName
{
border-color: #77769F;
}
</style>