Shades of Scampi #756CAB
Tints of Scampi #756CAB
RGB
CMYK
RGB Variations
Color information
#756CAB (or 0x756CAB) is known color: Scampi. HEX triplet: 75, 6C and AB. RGB value is (117,108,171). Sum of RGB (Red+Green+Blue) = 117+108+171=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #756CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756CAB is #8A9354. Grayscale: #757575. Windows color (decimal): -9081685 or 11234421. OLE color: 11234421.
HSL color Cylindrical-coordinate representation of color #756CAB: hue angle of 248.57º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756CAB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 108 | 171 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.33 |
| HSL | 248.57º | 0.27% | 0.55% | - |
| HSV(B) | 248.57º | 0.37% | 0.67% | - |
| XYZ | 20.05 | 17.45 | 40.84 | - |
| YUV | 117.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 171 | 0.32 | 0.37 | 0 | 0.33 | 248.57 | 0.27 | 0.55 |
| Hex | 75 | 6C | AB | 20 | 25 | 0 | 21 | F9 | 1B | 37 |
| Octal | 165 | 154 | 253 | 40 | 45 | 0 | 41 | 371 | 33 | 67 |
| Binary | 1110101 | 1101100 | 10101011 | 100000 | 100101 | 0 | 100001 | 11111001 | 11011 | 110111 |
Color Harmonies of #756CAB
Complementary color
Monochromatic Colors of #756CAB
Black with #756CAB
Text Example
Text Example
White with #756CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CAB; }
p { color: rgb(117,108,171); }
H1.HeaderClassName
{
color: #756CAB;
}
.AnyTagClassName
{
color: #756CAB;
}
</style>
background-color css
<style>
a { background-color: #756CAB; }
a { background-color: rgb(117,108,171); }
div.DivClassName
{
background-color: #756CAB;
}
.BgClassName
{
background-color: #756CAB;
}
</style>
border-color css
<style>
span { border-color: #756CAB; }
span { border-color: rgb(117,108,171); }
td.TdClassName
{
border-color: #756CAB;
}
.TagClassName
{
border-color: #756CAB;
}
</style>