Shades of Scampi #756EAC
Tints of Scampi #756EAC
RGB
CMYK
RGB Variations
Color information
#756EAC (or 0x756EAC) is known color: Scampi. HEX triplet: 75, 6E and AC. RGB value is (117,110,172). Sum of RGB (Red+Green+Blue) = 117+110+172=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #756EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EAC is #8A9153. Grayscale: #767676. Windows color (decimal): -9081172 or 11300469. OLE color: 11300469.
HSL color Cylindrical-coordinate representation of color #756EAC: hue angle of 246.77º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #756EAC is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 110 | 172 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.33 |
| HSL | 246.77º | 0.27% | 0.55% | - |
| HSV(B) | 246.77º | 0.36% | 0.67% | - |
| XYZ | 20.36 | 17.91 | 41.41 | - |
| YUV | 119.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 172 | 0.32 | 0.36 | 0 | 0.33 | 246.77 | 0.27 | 0.55 |
| Hex | 75 | 6E | AC | 20 | 24 | 0 | 21 | F7 | 1B | 37 |
| Octal | 165 | 156 | 254 | 40 | 44 | 0 | 41 | 367 | 33 | 67 |
| Binary | 1110101 | 1101110 | 10101100 | 100000 | 100100 | 0 | 100001 | 11110111 | 11011 | 110111 |
Color Harmonies of #756EAC
Complementary color
Monochromatic Colors of #756EAC
Black with #756EAC
Text Example
Text Example
White with #756EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EAC; }
p { color: rgb(117,110,172); }
H1.HeaderClassName
{
color: #756EAC;
}
.AnyTagClassName
{
color: #756EAC;
}
</style>
background-color css
<style>
a { background-color: #756EAC; }
a { background-color: rgb(117,110,172); }
div.DivClassName
{
background-color: #756EAC;
}
.BgClassName
{
background-color: #756EAC;
}
</style>
border-color css
<style>
span { border-color: #756EAC; }
span { border-color: rgb(117,110,172); }
td.TdClassName
{
border-color: #756EAC;
}
.TagClassName
{
border-color: #756EAC;
}
</style>