Shades of Scampi #775DAC
Tints of Scampi #775DAC
RGB
CMYK
RGB Variations
Color information
#775DAC (or 0x775DAC) is known color: Scampi. HEX triplet: 77, 5D and AC. RGB value is (119,93,172). Sum of RGB (Red+Green+Blue) = 119+93+172=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #775DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775DAC is #88A253. Grayscale: #6D6D6D. Windows color (decimal): -8954452 or 11296119. OLE color: 11296119.
HSL color Cylindrical-coordinate representation of color #775DAC: hue angle of 259.75º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #775DAC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 93 | 172 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.33 |
| HSL | 259.75º | 0.32% | 0.52% | - |
| HSV(B) | 259.75º | 0.46% | 0.67% | - |
| XYZ | 18.97 | 14.73 | 40.87 | - |
| YUV | 109.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 172 | 0.31 | 0.46 | 0 | 0.33 | 259.75 | 0.32 | 0.52 |
| Hex | 77 | 5D | AC | 1F | 2E | 0 | 21 | 104 | 20 | 34 |
| Octal | 167 | 135 | 254 | 37 | 56 | 0 | 41 | 404 | 40 | 64 |
| Binary | 1110111 | 1011101 | 10101100 | 11111 | 101110 | 0 | 100001 | 100000100 | 100000 | 110100 |
Color Harmonies of #775DAC
Complementary color
Monochromatic Colors of #775DAC
Black with #775DAC
Text Example
Text Example
White with #775DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775DAC; }
p { color: rgb(119,93,172); }
H1.HeaderClassName
{
color: #775DAC;
}
.AnyTagClassName
{
color: #775DAC;
}
</style>
background-color css
<style>
a { background-color: #775DAC; }
a { background-color: rgb(119,93,172); }
div.DivClassName
{
background-color: #775DAC;
}
.BgClassName
{
background-color: #775DAC;
}
</style>
border-color css
<style>
span { border-color: #775DAC; }
span { border-color: rgb(119,93,172); }
td.TdClassName
{
border-color: #775DAC;
}
.TagClassName
{
border-color: #775DAC;
}
</style>