Shades of Scampi #756A96
Tints of Scampi #756A96
RGB
CMYK
RGB Variations
Color information
#756A96 (or 0x756A96) is known color: Scampi. HEX triplet: 75, 6A and 96. RGB value is (117,106,150). Sum of RGB (Red+Green+Blue) = 117+106+150=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #756A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756A96 is #8A9569. Grayscale: #727272. Windows color (decimal): -9082218 or 9857653. OLE color: 9857653.
HSL color Cylindrical-coordinate representation of color #756A96: hue angle of 255º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756A96 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 106 | 150 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.41 |
| HSL | 255º | 0.17% | 0.5% | - |
| HSV(B) | 255º | 0.29% | 0.59% | - |
| XYZ | 18 | 16.29 | 31.05 | - |
| YUV | 114.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 150 | 0.22 | 0.29 | 0 | 0.41 | 255 | 0.17 | 0.5 |
| Hex | 75 | 6A | 96 | 16 | 1D | 0 | 29 | FF | 11 | 32 |
| Octal | 165 | 152 | 226 | 26 | 35 | 0 | 51 | 377 | 21 | 62 |
| Binary | 1110101 | 1101010 | 10010110 | 10110 | 11101 | 0 | 101001 | 11111111 | 10001 | 110010 |
Color Harmonies of #756A96
Complementary color
Monochromatic Colors of #756A96
Black with #756A96
Text Example
Text Example
White with #756A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A96; }
p { color: rgb(117,106,150); }
H1.HeaderClassName
{
color: #756A96;
}
.AnyTagClassName
{
color: #756A96;
}
</style>
background-color css
<style>
a { background-color: #756A96; }
a { background-color: rgb(117,106,150); }
div.DivClassName
{
background-color: #756A96;
}
.BgClassName
{
background-color: #756A96;
}
</style>
border-color css
<style>
span { border-color: #756A96; }
span { border-color: rgb(117,106,150); }
td.TdClassName
{
border-color: #756A96;
}
.TagClassName
{
border-color: #756A96;
}
</style>