Shades of Scampi #756BAC
Tints of Scampi #756BAC
RGB
CMYK
RGB Variations
Color information
#756BAC (or 0x756BAC) is known color: Scampi. HEX triplet: 75, 6B and AC. RGB value is (117,107,172). Sum of RGB (Red+Green+Blue) = 117+107+172=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #756BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BAC is #8A9453. Grayscale: #757575. Windows color (decimal): -9081940 or 11299701. OLE color: 11299701.
HSL color Cylindrical-coordinate representation of color #756BAC: hue angle of 249.23º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756BAC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 107 | 172 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.33 |
| HSL | 249.23º | 0.28% | 0.55% | - |
| HSV(B) | 249.23º | 0.38% | 0.67% | - |
| XYZ | 20.04 | 17.28 | 41.31 | - |
| YUV | 117.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 172 | 0.32 | 0.38 | 0 | 0.33 | 249.23 | 0.28 | 0.55 |
| Hex | 75 | 6B | AC | 20 | 26 | 0 | 21 | F9 | 1C | 37 |
| Octal | 165 | 153 | 254 | 40 | 46 | 0 | 41 | 371 | 34 | 67 |
| Binary | 1110101 | 1101011 | 10101100 | 100000 | 100110 | 0 | 100001 | 11111001 | 11100 | 110111 |
Color Harmonies of #756BAC
Complementary color
Monochromatic Colors of #756BAC
Black with #756BAC
Text Example
Text Example
White with #756BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BAC; }
p { color: rgb(117,107,172); }
H1.HeaderClassName
{
color: #756BAC;
}
.AnyTagClassName
{
color: #756BAC;
}
</style>
background-color css
<style>
a { background-color: #756BAC; }
a { background-color: rgb(117,107,172); }
div.DivClassName
{
background-color: #756BAC;
}
.BgClassName
{
background-color: #756BAC;
}
</style>
border-color css
<style>
span { border-color: #756BAC; }
span { border-color: rgb(117,107,172); }
td.TdClassName
{
border-color: #756BAC;
}
.TagClassName
{
border-color: #756BAC;
}
</style>