Shades of Scampi #746AAA
Tints of Scampi #746AAA
RGB
CMYK
RGB Variations
Color information
#746AAA (or 0x746AAA) is known color: Scampi. HEX triplet: 74, 6A and AA. RGB value is (116,106,170). Sum of RGB (Red+Green+Blue) = 116+106+170=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #746AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746AAA is #8B9555. Grayscale: #747474. Windows color (decimal): -9147734 or 11168372. OLE color: 11168372.
HSL color Cylindrical-coordinate representation of color #746AAA: hue angle of 249.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746AAA is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 106 | 170 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.33 |
| HSL | 249.38º | 0.27% | 0.54% | - |
| HSV(B) | 249.38º | 0.38% | 0.67% | - |
| XYZ | 19.61 | 16.92 | 40.26 | - |
| YUV | 116.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 170 | 0.32 | 0.38 | 0 | 0.33 | 249.38 | 0.27 | 0.54 |
| Hex | 74 | 6A | AA | 20 | 26 | 0 | 21 | F9 | 1B | 36 |
| Octal | 164 | 152 | 252 | 40 | 46 | 0 | 41 | 371 | 33 | 66 |
| Binary | 1110100 | 1101010 | 10101010 | 100000 | 100110 | 0 | 100001 | 11111001 | 11011 | 110110 |
Color Harmonies of #746AAA
Complementary color
Monochromatic Colors of #746AAA
Black with #746AAA
Text Example
Text Example
White with #746AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746AAA; }
p { color: rgb(116,106,170); }
H1.HeaderClassName
{
color: #746AAA;
}
.AnyTagClassName
{
color: #746AAA;
}
</style>
background-color css
<style>
a { background-color: #746AAA; }
a { background-color: rgb(116,106,170); }
div.DivClassName
{
background-color: #746AAA;
}
.BgClassName
{
background-color: #746AAA;
}
</style>
border-color css
<style>
span { border-color: #746AAA; }
span { border-color: rgb(116,106,170); }
td.TdClassName
{
border-color: #746AAA;
}
.TagClassName
{
border-color: #746AAA;
}
</style>