Shades of Scampi #746B96
Tints of Scampi #746B96
RGB
CMYK
RGB Variations
Color information
#746B96 (or 0x746B96) is known color: Scampi. HEX triplet: 74, 6B and 96. RGB value is (116,107,150). Sum of RGB (Red+Green+Blue) = 116+107+150=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 107 (42.19% from 255 or 28.69% 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 #746B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746B96 is #8B9469. Grayscale: #727272. Windows color (decimal): -9147498 or 9857908. OLE color: 9857908.
HSL color Cylindrical-coordinate representation of color #746B96: hue angle of 252.56º 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 #746B96 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 107 | 150 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.41 |
| HSL | 252.56º | 0.17% | 0.5% | - |
| HSV(B) | 252.56º | 0.29% | 0.59% | - |
| XYZ | 17.97 | 16.43 | 31.08 | - |
| YUV | 114.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 150 | 0.23 | 0.29 | 0 | 0.41 | 252.56 | 0.17 | 0.5 |
| Hex | 74 | 6B | 96 | 17 | 1D | 0 | 29 | FD | 11 | 32 |
| Octal | 164 | 153 | 226 | 27 | 35 | 0 | 51 | 375 | 21 | 62 |
| Binary | 1110100 | 1101011 | 10010110 | 10111 | 11101 | 0 | 101001 | 11111101 | 10001 | 110010 |
Color Harmonies of #746B96
Complementary color
Monochromatic Colors of #746B96
Black with #746B96
Text Example
Text Example
White with #746B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B96; }
p { color: rgb(116,107,150); }
H1.HeaderClassName
{
color: #746B96;
}
.AnyTagClassName
{
color: #746B96;
}
</style>
background-color css
<style>
a { background-color: #746B96; }
a { background-color: rgb(116,107,150); }
div.DivClassName
{
background-color: #746B96;
}
.BgClassName
{
background-color: #746B96;
}
</style>
border-color css
<style>
span { border-color: #746B96; }
span { border-color: rgb(116,107,150); }
td.TdClassName
{
border-color: #746B96;
}
.TagClassName
{
border-color: #746B96;
}
</style>