Shades of Scampi #747699
Tints of Scampi #747699
RGB
CMYK
RGB Variations
Color information
#747699 (or 0x747699) is known color: Scampi. HEX triplet: 74, 76 and 99. RGB value is (116,118,153). Sum of RGB (Red+Green+Blue) = 116+118+153=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #747699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747699 is #8B8966. Grayscale: #797979. Windows color (decimal): -9144679 or 10057332. OLE color: 10057332.
HSL color Cylindrical-coordinate representation of color #747699: hue angle of 236.76º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747699 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 118 | 153 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.4 |
| HSL | 236.76º | 0.15% | 0.53% | - |
| HSV(B) | 236.76º | 0.24% | 0.6% | - |
| XYZ | 19.43 | 18.97 | 32.77 | - |
| YUV | 121.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 153 | 0.24 | 0.23 | 0 | 0.4 | 236.76 | 0.15 | 0.53 |
| Hex | 74 | 76 | 99 | 18 | 17 | 0 | 28 | ED | F | 35 |
| Octal | 164 | 166 | 231 | 30 | 27 | 0 | 50 | 355 | 17 | 65 |
| Binary | 1110100 | 1110110 | 10011001 | 11000 | 10111 | 0 | 101000 | 11101101 | 1111 | 110101 |
Color Harmonies of #747699
Complementary color
Monochromatic Colors of #747699
Black with #747699
Text Example
Text Example
White with #747699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747699; }
p { color: rgb(116,118,153); }
H1.HeaderClassName
{
color: #747699;
}
.AnyTagClassName
{
color: #747699;
}
</style>
background-color css
<style>
a { background-color: #747699; }
a { background-color: rgb(116,118,153); }
div.DivClassName
{
background-color: #747699;
}
.BgClassName
{
background-color: #747699;
}
</style>
border-color css
<style>
span { border-color: #747699; }
span { border-color: rgb(116,118,153); }
td.TdClassName
{
border-color: #747699;
}
.TagClassName
{
border-color: #747699;
}
</style>