Shades of Scampi #756E96
Tints of Scampi #756E96
RGB
CMYK
RGB Variations
Color information
#756E96 (or 0x756E96) is known color: Scampi. HEX triplet: 75, 6E and 96. RGB value is (117,110,150). Sum of RGB (Red+Green+Blue) = 117+110+150=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #756E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E96 is #8A9169. Grayscale: #747474. Windows color (decimal): -9081194 or 9858677. OLE color: 9858677.
HSL color Cylindrical-coordinate representation of color #756E96: hue angle of 250.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756E96 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 110 | 150 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.41 |
| HSL | 250.5º | 0.16% | 0.51% | - |
| HSV(B) | 250.5º | 0.27% | 0.59% | - |
| XYZ | 18.42 | 17.14 | 31.19 | - |
| YUV | 116.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 150 | 0.22 | 0.27 | 0 | 0.41 | 250.5 | 0.16 | 0.51 |
| Hex | 75 | 6E | 96 | 16 | 1B | 0 | 29 | FB | 10 | 33 |
| Octal | 165 | 156 | 226 | 26 | 33 | 0 | 51 | 373 | 20 | 63 |
| Binary | 1110101 | 1101110 | 10010110 | 10110 | 11011 | 0 | 101001 | 11111011 | 10000 | 110011 |
Color Harmonies of #756E96
Complementary color
Monochromatic Colors of #756E96
Black with #756E96
Text Example
Text Example
White with #756E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E96; }
p { color: rgb(117,110,150); }
H1.HeaderClassName
{
color: #756E96;
}
.AnyTagClassName
{
color: #756E96;
}
</style>
background-color css
<style>
a { background-color: #756E96; }
a { background-color: rgb(117,110,150); }
div.DivClassName
{
background-color: #756E96;
}
.BgClassName
{
background-color: #756E96;
}
</style>
border-color css
<style>
span { border-color: #756E96; }
span { border-color: rgb(117,110,150); }
td.TdClassName
{
border-color: #756E96;
}
.TagClassName
{
border-color: #756E96;
}
</style>