Shades of Scampi #775DA0
Tints of Scampi #775DA0
RGB
CMYK
RGB Variations
Color information
#775DA0 (or 0x775DA0) is known color: Scampi. HEX triplet: 77, 5D and A0. RGB value is (119,93,160). Sum of RGB (Red+Green+Blue) = 119+93+160=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #775DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775DA0 is #88A25F. Grayscale: #6C6C6C. Windows color (decimal): -8954464 or 10509687. OLE color: 10509687.
HSL color Cylindrical-coordinate representation of color #775DA0: hue angle of 263.28º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775DA0 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 93 | 160 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.37 |
| HSL | 263.28º | 0.26% | 0.5% | - |
| HSV(B) | 263.28º | 0.42% | 0.63% | - |
| XYZ | 17.87 | 14.29 | 35.07 | - |
| YUV | 108.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 160 | 0.26 | 0.42 | 0 | 0.37 | 263.28 | 0.26 | 0.5 |
| Hex | 77 | 5D | A0 | 1A | 2A | 0 | 25 | 107 | 1A | 32 |
| Octal | 167 | 135 | 240 | 32 | 52 | 0 | 45 | 407 | 32 | 62 |
| Binary | 1110111 | 1011101 | 10100000 | 11010 | 101010 | 0 | 100101 | 100000111 | 11010 | 110010 |
Color Harmonies of #775DA0
Complementary color
Monochromatic Colors of #775DA0
Black with #775DA0
Text Example
Text Example
White with #775DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775DA0; }
p { color: rgb(119,93,160); }
H1.HeaderClassName
{
color: #775DA0;
}
.AnyTagClassName
{
color: #775DA0;
}
</style>
background-color css
<style>
a { background-color: #775DA0; }
a { background-color: rgb(119,93,160); }
div.DivClassName
{
background-color: #775DA0;
}
.BgClassName
{
background-color: #775DA0;
}
</style>
border-color css
<style>
span { border-color: #775DA0; }
span { border-color: rgb(119,93,160); }
td.TdClassName
{
border-color: #775DA0;
}
.TagClassName
{
border-color: #775DA0;
}
</style>