Shades of Scampi #756FAC
Tints of Scampi #756FAC
RGB
CMYK
RGB Variations
Color information
#756FAC (or 0x756FAC) is known color: Scampi. HEX triplet: 75, 6F and AC. RGB value is (117,111,172). Sum of RGB (Red+Green+Blue) = 117+111+172=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #756FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756FAC is #8A9053. Grayscale: #777777. Windows color (decimal): -9080916 or 11300725. OLE color: 11300725.
HSL color Cylindrical-coordinate representation of color #756FAC: hue angle of 245.9º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #756FAC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 111 | 172 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.33 |
| HSL | 245.9º | 0.27% | 0.55% | - |
| HSV(B) | 245.9º | 0.35% | 0.67% | - |
| XYZ | 20.47 | 18.13 | 41.45 | - |
| YUV | 119.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 172 | 0.32 | 0.35 | 0 | 0.33 | 245.9 | 0.27 | 0.55 |
| Hex | 75 | 6F | AC | 20 | 23 | 0 | 21 | F6 | 1B | 37 |
| Octal | 165 | 157 | 254 | 40 | 43 | 0 | 41 | 366 | 33 | 67 |
| Binary | 1110101 | 1101111 | 10101100 | 100000 | 100011 | 0 | 100001 | 11110110 | 11011 | 110111 |
Color Harmonies of #756FAC
Complementary color
Monochromatic Colors of #756FAC
Black with #756FAC
Text Example
Text Example
White with #756FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FAC; }
p { color: rgb(117,111,172); }
H1.HeaderClassName
{
color: #756FAC;
}
.AnyTagClassName
{
color: #756FAC;
}
</style>
background-color css
<style>
a { background-color: #756FAC; }
a { background-color: rgb(117,111,172); }
div.DivClassName
{
background-color: #756FAC;
}
.BgClassName
{
background-color: #756FAC;
}
</style>
border-color css
<style>
span { border-color: #756FAC; }
span { border-color: rgb(117,111,172); }
td.TdClassName
{
border-color: #756FAC;
}
.TagClassName
{
border-color: #756FAC;
}
</style>